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