Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
107 stars 7 forks source link

Tree #552

Open Ibabalola opened 8 months ago

Ibabalola commented 8 months ago

As a developer I want to be able to use a Tree component so that I can provide a component that can be used to display hierarchical data.

The component should contain:

Example:

<Tree>
  <TreeNode> parent node </TreeNode>
  <TreeNode> -- child node1 </TreeNode>
  <TreeNode> -- child node2 </TreeNode>
</Tree>

Tasks:

Please follow the below to create your branch

git checkout release/1.0.0
git pull
git checkout -b 'feature/tree'