Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

tailwindlabs/tailwindcss-plugin-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Example Plugins

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, you can process the CSS by running:

# Using npm
npm run build

# Using Yarn
yarn run build

Load up ./index.html in your browser and you're off to the races!

Simple Buttons

In plugins/simple-buttons/index.js you'll find an example of a plugin that adds new component classes.

About

Examples to help you get started building your own Tailwind CSS plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published