Box
Generic container primitive; the library's <View>.
At a glance
- Thin wrapper over RN
<View>/ web<div>with className pass-through. - Use for ad-hoc containers; reach for
HStack/VStackfor aligned rows/columns.
Web preview
Native preview
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | NativeWind class overrides |
children | ReactNode | — | Contents |