You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add TreeView docs
* Update TreeView props
* Scaffold treeview markup
* Add TreeView to drafts
* Add comment
* Track item levels
* Add TreeView stories
* Update TreeView docs
* Update TreeView markup
* Create curly-birds-argue.md
* Fix examples
* Update src/TreeView/TreeView.tsx
* Update docs/content/TreeView.mdx
* Add some tests
* Implement arrow key navigation
* Fix arrow left
* Set up aria-activedescendant
Co-authored-by: Eric Bailey <[email protected]>
* Display focus ring on active descendant
* Use arrow key to change active descendant
* Handle expand/collapse with arrow keys
* Fix lint error
* Add up and down arrow key test
* Prevent default when moving focus with arrow keys
* Open links in same tab by default
* Add test for right arrow key expand
* Add defaultExpanded prop
* Test left arrow key collapse
* Reorganize tests
* Create neat-squids-cheat.md
* Add more tests
* Implement home and end key behavior
* Update active descendant on click
* Remove focus state
* Remove focus state from context
* Test enter and space keys
* Update focus style
* Remove Space key behavior
* Wrap test cases with themeprovider
* Add test for link item
* Update urls
* Add indicator lines for each nested level
* Create heavy-pets-own.md
* Create LevelIndicatorLines component
* Remove transitions for now
Co-authored-by: Eric Bailey <[email protected]>
0 commit comments