Skip to content

saasblocks/tailwind-saasblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published