HStack
Horizontal stack with gap, align, and justify.
At a glance
- Flex row with configurable
gap,align,justify. - Maps to
flex-rowon web, flex direction row on native.
Web preview
Native preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
gap | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Space between children |
align | 'start' | 'center' | 'end' | 'stretch' | 'stretch' | Cross-axis alignment |
justify | 'start' | 'center' | 'end' | 'between' | 'around' | 'start' | Main-axis justification |
className | string | — | NativeWind class overrides |