# Download Frappe DataTable can be consumed in several different forms. ## CDN Load it directly from the unpkg CDN. ```html ``` ## Package managers Include it directly in your build workflow. You can find the compiled JS/CSS files in the `dist/` directory. ```bash yarn add frappe-datatable # or npm install frappe-datatable ``` ## Source The complete source code is always available on Github. ```bash git clone https://github.com/frappe/datatable ```