FilterList
Use filter list component as a menu with filter options that filter the main content of the page.
- Alpha
- Not reviewed for accessibility
The FilterList component is a menu with filter options that filter the main content of the page.
Name | Type | Default | Description |
---|---|---|---|
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |
Name | Type | Default | Description |
---|---|---|---|
count | number | Number to be displayed in the list item | |
selected | boolean | Whether the list item is selected or not | |
small | boolean | false | Whether the list item is small or not |
as | React.ElementType | 'a' | The underlying element to render — either a HTML element name or a React component. |
sx | SystemStyleObject | Style overrides to apply to the component. See also overriding styles. |