tree select

Tree Select

Tree Select

Hierarchical dropdown with expandable nodes and checkbox selection.

Preview

Features

  • Nested option groups.
  • Expandable/collapsible tree.
  • Multiple selection support.

Installation

npx shadcn@latest add https://www.shadcn-form.com/registry/tree-select.json

Registry JSON: /registry/tree-select.json

Usage

import { TreeSelect } from '@/components/ui/tree-select'
<TreeSelect options={options} value={value} onChange={setValue} />