tailwind-saasblocks
v0.2.0
Published
> SaaS Blocks: Tailwind CSS Components for your Apps and Websites.
Downloads
2,785
Maintainers
Readme
tailwind-saasblocks
SaaS Blocks: Tailwind CSS Components for your Apps and Websites.
Installation
Install the plugin from npm:
npm install -D tailwind-saasblocks
Then add the plugin to your tailwind.config.js
file:
// @filename tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require("tailwind-saasblocks"),
// ...
],
}
Documentation
For full documentation and example components and screens, visit saasblocks.app.