Installation
Step 1: Install daisyUI v5
Set up daisyUI v5 and Tailwind CSS v4 in your project first. Follow the official daisyUI installation guide if you haven't done this yet.
Step 2: Add components
Once daisyUI is set up, just run the CLI for any component you want:
npx jsx-daisyui add button
This copies the component into your components/ui/ folder and installs any dependencies it needs.