v1.6.0
Minor Changes
-
#43
d7a5b71Thanks @MikeNotThePope! - Add aTreecomponent (steal from Ant Design).A hierarchical tree view for file explorers, nested navigation, and category pickers — Ant Design's signature data-dense strength. Expand/collapse, single selection, and per-node icons, with expanded and selected state controllable or uncontrolled.
Fully keyboard-navigable following the WAI-ARIA tree pattern (
role="tree"/treeitem,aria-expanded/aria-selected/aria-level, rovingtabindex): arrows move/expand/collapse, Enter/Space select, Home/End jump. Exported from the main entry with a story, unit tests, and docs.