@jware-solutions/react-org-chart
v0.1.19-alpha
Published
A powerful library in TypeScript and React to create Organization charts/Family trees in a simple and customized way.
Downloads
7
Maintainers
Readme
react-org-chart
A powerful library in TypeScript and React to create family trees in a simple and customized way.
Installation
npm i react-org-chart
# Or
yarn add react-org-chart
Features
- 🚀 Written in modern React
- ✨ Fully Typescript support
Development
Any PR is welcome! A typical roadmap to contribute would be:
- Install dependencies with
npm i
oryarn install
- Fix a bug, add a new feature or make some changes.
- Run Storybook to play and test:
npm run storybook
- Check if all linter rules are covered:
npm run lint
- To build the entire package we use Rollup:
npm run build
- Make a PR.
License
This repository is distributed under the terms of the MIT license.