FilterList

The FilterList component is a menu with filter options that filter the main content of the page.
  • Deprecated
  • Not reviewed for accessibility

Deprecation

Use ActionList instead.

Examples

Props

FilterList

NameTypeDefaultDescription
sx
SystemStyleObject

FilterList.Item

NameTypeDefaultDescription
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