Licence
PolyForm-Noncommercial-1.0.0
Version
0.34.0
Deps
5
Size
88 kB
Vulns
0
Weekly
0
@bimetal/tree-vanilla-components
The default zero-framework tree / treeview — a thin binding over the canonical
@bimetal/tree-headless controller. Multi-select, expand/collapse, tri-state
checkboxes, drag-reorder, keyboard nav/move, rename, undo. Renders the canonical
.bm-tree* DOM with ARIA tree roles; styles ship from @bimetal/tree-themes.
import { mountTree } from '@bimetal/tree-vanilla-components';
const handle = mountTree(el, { store, treeId: 'docs', config: { checkboxes: true }, title: 'Docs' });
Every interaction decision lives in the controller — this binding only forwards DOM
events and applies tabindex from the controller-derived navAnchor. A renderNode
slot customizes ONLY the node content cell (icon/label/badge); the chevron, checkbox,
row structure and ARIA stay component-owned. A consumer who needs full control can
skip the component and drive @bimetal/tree-headless directly.