Add and edit lots of filters

Add and edit filters using a drawer. This pattern is useful when you have many filter options that would clutter the main interface.

When to use

Use this pattern when:

  • There are many filter options to manage
  • Filters need to persist across sessions
  • Users need to see current filter state while editing

Considerations

  • Group related filters together
  • Provide clear apply/reset actions
  • Show active filter count on the trigger button
View old example docs