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
NameTypeDefaultDescription
titleStringSection header label
options[String][]Available filter options
densityDensitycomfortablecomfortable | compact | dense
localeLocaleenen | fr
Used In