Components
Browse our library
40 components available
File Uploader
Drag & drop file upload component with preview and progress bar
Installation
npm install tailwindcss@latest
# or
yarn add tailwindcss@latestTailwind Setup
// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;