On this page

FilterList

Use filter list component as a menu with filter options that filter the main content of the page.
  • Alpha
  • Not reviewed for accessibility
On this page

The FilterList component is a menu with filter options that filter the main content of the page.

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