Capgemini / Capgemini/dcx-react-library

Tree

Open
#552 0 comments 0 reactions 1 assignee Claimed by @Hozan94 View on GitHub
new component
Dominant language
TypeScript
Stars
120
Forks
6
PR merge metrics
No merged PRs in 30d

Description

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:
```tsx

parent node
-- child node1
-- child node2

```

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

```bash
git checkout release/1.1.0
git pull
git checkout -b 'feature/tree'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.