<StackLayout>
Vertical stack with configurable alignment.
| Name | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Stacked items. |
gap? | string | '1rem' | Gap between items. |
padding? | string | '4rem' | Outer padding. |
align? | 'left' | 'center' | 'right' | 'left' | Cross-axis alignment. |