/// Layout
Group
Alias of HStack — a horizontal flex row with token-based gap, alignment, and justification.
import { Group } from "@protocore/pds";An alias of HStack
Group is the Mantine-familiar name for this library's HStack — the horizontal Stack preset, exported under a second name for discoverability. Props are identical (gap, align, justify, wrap, …). See the Stack page for the full API, the equal-height row law, and VStack.
Basics
Lay controls out in a row with a token gap; use justify="between" to push a leading cluster and trailing action apart.
SYNCEDLAGGINGSTALLED
Group props
| Prop | Type | Default | Description |
|---|---|---|---|
asChild | boolean | — | |
className | string | — | |
style | CSSProperties | — |