Atom

ZStack

Layered grid container (CSS grid-template-areas: layer). Children overlap in Z order. Used for overlays and badges.

Knobs
Density
Locale
Live Preview
Overlay
Code (Katagami DSL)
ZStack {
  Rectangle().fill(Color.gold.opacity(0.06))
  Text("Overlay")
}
Props
NameTypeDefaultDescription
alignmentAlignmentcenterZ-layer alignment
densityDensitycomfortablecomfortable | compact | dense
localeLocaleenen | fr
Used In