# Stack

> Flex-based HStack and VStack layout primitives with gap, align, and justify.
> Source: https://otf-kit.dev/components/stack

## At a glance

- **Platform:** Web (React)
- **Category:** Layout
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** flex, layout, spacing

## Install

```bash
bun add @otfdashkit/ui
```

## Usage

```tsx
import { Stack } from '@otfdashkit/ui'
```

The `<Stack>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/stack
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
