0.2.0 • Published 2 years ago

tailwind-saasblocks v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.