Group
A layout primitive that clusters related items horizontally or vertically with unified borders and spacing.
Vertical Orientation
Set the orientation prop to vertical to change the orientation of the component.
API
| Element | Selector |
|---|---|
Group | .ex-group |
| Prop | Type | Default |
|---|---|---|
as | ElementType | div |
asChild | boolean | false |
orientation | enum of ["horizontal", "vertical"] | horizontal |
Last updated on