Stack
Component documentation for Stack.
Stack
Component documentation for Stack.
Basic Usage
Stack
Demo loads on client.
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
direction | 'horizontal' | 'vertical' | 'vertical' | Direction |
gap | number | string | 12 | Gap |
align | string | 'stretch' | align-items |
justify | string | 'flex-start' | justify-content |
wrap | boolean | false | Description for wrap. |
inline | boolean | false | Description for inline. |
Was this helpful?