We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Tree
The component should contain:
dcx-tree
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.1.0 git pull git checkout -b 'feature/tree'
The text was updated successfully, but these errors were encountered:
Hozan94
No branches or pull requests
As a developer
I want to be able to use a
Tree
componentso that I can provide a component that can be used to display hierarchical data.
The component should contain:
dcx-tree
Example:
Tasks:
Please follow the below to create your branch
git checkout release/1.1.0 git pull git checkout -b 'feature/tree'
The text was updated successfully, but these errors were encountered: