Components
Browse our library
40 components available
Skeleton Loader
Shimmer loading placeholder for content loading states
Installation
npm install tailwindcss@latest
# or
yarn add tailwindcss@latestTailwind Setup
// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;