MaTeMaTuK / gantt-task-react

Gantt chart for React with Typescript
MIT License
847 stars 471 forks source link

Export Components and Helper Functions to make it modular #214

Open idc-developer opened 10 months ago

idc-developer commented 10 months ago

We need to integrate gantt components into our grid system, so we cannot reuse the whole gantt component. Some experiments showed that by adding exports, component based reusing is much easier. Ultimately it would be great to extend it to a Gantt Chart Construction Kit.