Installation & Usage
Download
Installing via npm
npm install apexgantt --save
Usage
import ApexGantt from 'apexgantt'
OR
Direct <script> include
Another way is to directly include it in your html
<script src="https://cdn.jsdelivr.net/npm/apexgantt"></script>
