Tree select
Themed dropdown that surfaces a hierarchical tree of options with single or multi-select and arrow-key navigation.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjTreeSelectComponent } from '@kouji-ui/components';Playground
#playgroundFrontend
HTML
CSS
JavaScript
Backend
Node.js
Python
mode
<kj-tree-select
[kjNodes]="nodes"
kjSelectionMode="single"
[(kjValue)]="selected"
placeholder="Pick a topic"
/>