Components
Browse our library
40 components available
Profile Card
An elegant profile card with avatar, contact info and action buttons
Installation
npm install tailwindcss@latest
# or
yarn add tailwindcss@latestTailwind Setup
// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;