ninegrid2
v0.12.3
Published
ninegrid2
Downloads
272
Readme
ninegrid
nine-grid is a tag that can automatically transform a table designed according to HTML standards into a grid.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Installation
Use the package manager npm to install your package.
Browser
Script tag
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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";