Skip to content

adirsinai/TreeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treeview component exercise

You goal is to create a treeview component as the design:

Treeview component

The component should:

  • get a js object representing the data hirarchy as a prop
  • support collapsing and expanding each level of the tree
  • display the expanded / collapsed statuses (with proper icons)
  • distinguish directories from files
  • support vertical scrolling inside the fixed size component
  • filter the results by the search input

** The icons library HeroIcons is already installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors