0.0.5 • Published 2 years ago
twgridit v0.0.5
TWGRIDit
A SVG grid background that works with Tailwind CSS
How to get started with twgridit:
- Install this package using your preferred node package manager (npm, yarn, etc.) 
- In your project's tailwind config file, look for this: plugins: [] and change that into plugins: require('twgridit') 
- Add the grid to your project using the class name "bg-grid", eg. "bg-grid-green-400". The preferred way to use it is in the html tag. The grid works with any color provided by tailwindcss. 
- Enjoy!