File Uploader

Drag & drop file upload component with preview and progress bar

forms

Installation

npm install tailwindcss@latest
# or
yarn add tailwindcss@latest

Tailwind Setup

// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;