tailwindcss-skeleton-screen icon indicating copy to clipboard operation
tailwindcss-skeleton-screen copied to clipboard

Tailwindcss plugin to make skeleton screen. We provide the basic animation, and you can customize them to your liking.

Results 2 tailwindcss-skeleton-screen issues
Sort by recently updated
recently updated
newest added

Great plugin :) is there a chance there will be an future update to include dark mode? i.e. `dark:loading-gray`

Currently the plugin works out of the box with the new `@plugin` directive. 👍 ``` @plugin '@gradin/tailwindcss-skeleton-screen'; ``` But I can't find a way to customize the value of the...