Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

brandonpittman/tailwindcss-plugin-delight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwindcss-plugin-delight

Add some delightful CSS components to your Tailwind setup!

Buttons

.slide-up {
}
.slide-down {
}
.slide-left {
}
.slide-right {
}

Spinners

.spin-donut {
}
.spin-radial {
}

Use standard Tailwind utilities to modify basic styles. These components just add animated behavior.

Color are set using currentColor, so using a utility like text-red-500 would change the spinner color, for example. If you need more fine-grain control over :after and :before pseudo elements, check out tailwindcss-plugin-fancy.