# Stacked Tabs Shell

> App shell variant with horizontal top-tab navigation instead of a sidebar.
> Source: https://otf-kit.dev/components/stacked-tabs-shell

## At a glance

- **Platform:** Web (React)
- **Category:** Layout
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** shell, tabs, navigation

## Install

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

## Usage

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

The `<StackedTabsShell>` 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/stacked-tabs-shell
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
