Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree #552

Open
8 tasks
Ibabalola opened this issue Oct 23, 2023 · 0 comments
Open
8 tasks

Tree #552

Ibabalola opened this issue Oct 23, 2023 · 0 comments
Assignees
Labels
new component new component

Comments

@Ibabalola
Copy link
Contributor

Ibabalola commented Oct 23, 2023

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:

  • Embedded className called dcx-tree
  • Relevant classes for shared / reusable styling
  • Add the ability to specify other props (...props)

Example:

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

Tasks:

  • Add unit tests
  • Add Application code with commented props
  • Add Demo use of component
  • Add to storybook documentation file with examples (.mdx) in a section called Form
  • Add to live demo

Please follow the below to create your branch

git checkout release/1.1.0
git pull
git checkout -b 'feature/tree'
@Ibabalola Ibabalola added the new component new component label Oct 23, 2023
@Ibabalola Ibabalola added this to the 1.0.0 milestone Oct 23, 2023
@daniele-zurico daniele-zurico removed this from the 1.0.0 milestone Oct 23, 2023
@Hozan94 Hozan94 self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new component new component
Projects
None yet
Development

No branches or pull requests

3 participants