Waku
Waku is a minimal React framework

Install daisyUI for Waku

How to install daisyUI in a Waku project

1. Create a new Waku project

Create a new Waku project in calledmyappand navigate to it:

Terminal
npm create waku@latest -- --project-name=myapp
cd myapp

2. Install daisyUI

Terminal
npm i daisyui

Put daisyUI in your CSS file (and remove old styles)

src/styles.css
  @import "tailwindcss";
+ @plugin "daisyui";

Now you can use daisyUI class names!

Do you have a question? Ask on GitHub or Discord server
Do you like daisyUI? Post about it!
Support daisyUI's development: Open Collective
daisyUI store

NEXUS
Official daisyUI Dashboard Template

Available on daisyUI store

More details