# Chips Tab Bar (Mobile)

> Horizontal chip-style tab strip for category switching.
> Source: https://otf-kit.dev/components/mobile-chips-tab-bar

## At a glance

- **Platform:** React Native (Expo)
- **Category:** Layout
- **Package:** `@otfdashkit/ui-native` (free, MIT)
- **Tags:** chips, tabs, native

## Install

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

## Usage

```tsx
import { ChipsTabBar } from '@otfdashkit/ui-native'
```

The `<ChipsTabBar>` 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/mobile-chips-tab-bar
- Storybook: https://native.otf-kit.dev
- All components: https://otf-kit.dev/components
