# Tree

> Recursive expandable tree view with selection, drag-reorder, and virtualization for 1000+ nodes.
> Source: https://otf-kit.dev/components/tree

## At a glance

- **Platform:** Web (React)
- **Category:** Display
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** tree, hierarchy, file-explorer

## Install

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

## Usage

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

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