# Intro Disclosure

> First-time-user disclosure card with multi-step walkthrough.
> Source: https://otf-kit.dev/components/intro-disclosure

## At a glance

- **Platform:** Web (React)
- **Category:** Feedback
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** onboarding, intro, disclosure

## Install

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

## Usage

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

The `<IntroDisclosure>` 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/intro-disclosure
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
