Molecule
FilterPanelSection
Filter group with a section label + its FilterPanelOptions. Groups related filter chips. Emits section.ks-filter-panel-section.
Knobs
Density
Locale
Live Preview
Asset Class
Equity
Bond
Balanced
Code (Katagami DSL)
FilterPanelSection(title: "Asset Class") {
FilterPanelOption(label: "Equity")
FilterPanelOption(label: "Bond")
FilterPanelOption(label: "Balanced")
}
Props
| Name | Type | Default | Description |
|---|---|---|---|
| title | String | Section header label | |
| options | [String] | [] | Available filter options |
| density | Density | comfortable | comfortable | compact | dense |
| locale | Locale | en | en | fr |
Used In