Filter component
Filter component allows to create controls for data fitlering based on one or several criteria.
Properties
| Name | Description | Default |
|---|---|---|
| contentAfter | Content displayed after filter items | - |
| contentBefore | Content displayed before filter items | - |
| moreLabel | Label for "More" filter selection action button | Filter |
| onChange required | Filter change callback | - |
| options required | Available filter option sets | - |
| values required | Current active filter value sets | - |
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.