Data input

Tree select

Themed dropdown that surfaces a hierarchical tree of options with single or multi-select and arrow-key navigation.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjTreeSelectComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
mode
<kj-tree-select
  [kjNodes]="nodes"
  kjSelectionMode="single"
  [(kjValue)]="selected"
  placeholder="Pick a topic"
/>