ninegrid
v0.13.33
Published
ninegrid
Downloads
3,294
Readme
ninegrid
nine-grid is a tag that can automatically transform a table designed according to HTML standards into a grid.
Installation
Use the package manager npm to install your package.
Browser
Script tag
<script src="https://cdn.jsdelivr.net/npm/ninegrid/ninegrid.min.js"></script>
Webpack / Browserify / Babel
There are several ways to use Webpack, Browserify or Babel. For more information on using these tools, please refer to the corresponding project's documentation. In the script, including ninegrid will usually look like this:
import ninegrid from "ninegrid";
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
This project uses the following open-source libraries: - jQuery - Licensed under the MIT