This is a fork of NextJS-OrgChart library by mahyarmadad.
I've added extra code to match requirements and Replaced the native zoom and panning feature with React-Zoom-Pan-Pinch to add better interaction.
1. Clone this repository2. Make required changes in
src/components/*
3. Change version number in
package.json
4. run
npm publish:npm
to build and pack a local node package for use in other projects.- react-orgchart [npm]
- nextjs-orgchart [GitHub]
- React-Zoom-Pan-Pinch [npm]