Placeholders
TailwindProvides "skeleton" placeholders that can display while content loads.
Stylesheets
Package
Source
Doc
Examples
Getting Started
<div class="placeholder" />
Circular
Apply the .placeholder-circle
class and set a width to define the diameter.
<div class="placeholder-circle w-16" />
Animated
Apply the .animate-pulse
utility class provided by Tailwind.
<div class="placeholder animate-pulse" />