Atom

Section

Semantic <section> wrapper with ks-semantic class. Provides accessibility landmark. Used by FilterPanel, Sparkline.

Knobs
Density
Locale
Live Preview
Section landmark Content goes here
Code (Katagami DSL)
Section {
  VStack {
    Text("Content goes here")
  }
}
Props
NameTypeDefaultDescription
roleSemanticRolesectionsection | article | aside | main
densityDensitycomfortablecomfortable | compact | dense
localeLocaleenen | fr
Used In