Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 936 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 936 Bytes

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.

How to use:

1. Clone this repository
2. 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.

Thanks to:

- react-orgchart [npm]
- nextjs-orgchart [GitHub]
- React-Zoom-Pan-Pinch [npm]