FilterList
The FilterList component is a menu with filter options that filter the main content of the page.
- Deprecated
 - Not reviewed for accessibility
 
Use ActionList instead.
| Name | Type | Default | Description | 
|---|---|---|---|
| sx | SystemStyleObject  | 
| 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  |