Tailwind CSS
Skel UI provides first-class support for Tailwind CSS through a custom plugin.
Import plugin
Add Skel UI plugin to the plugins array of your tailwind config file.
Variants
loading:
This variant is used to style the components while loading. Useful to define size of the skeleton and prevent pointer events.
loaded:
This variant is used to style the components after loading is done. Useful to define stylings like background and hover effects.