Tree Select

Hierarchical picker with checkbox cascading, search, and async loading hooks.

Forms & Inputs@sisyphos-ui/tree-selectView on npm

Preview

tsx

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/tree-select @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/tree-select/styles.css";
import { TreeSelect } from "@sisyphos-ui/tree-select";

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.