crossAxisAlignment
Alignment along the cross axis (perpendicular to layoutMode).
Type(s)
| Type | Example |
|---|---|
CrossAxisAlignment | "START", "END", "CENTER", "STRETCH", "BASELINE" |
null | null |
Not token-bindable — structural property, not a design value.
Supported on
| Element | Figma Layer(s) |
|---|---|
container | Component, Frame, Instance, Slot |
Figma key
Reads from counterAxisAlignItems. See ADR 040 — Layout Alignment.
Source
| Format | File |
|---|---|
| TypeScript | packages/schema/types/Styles.ts |
| JSON Schema | packages/schema/schema/styles.schema.json |