daisyUI 5 is a CSS component library designed for Tailwind CSS 4, providing semantic class names for common UI components. It is ideal for developers looking to enhance their UI design with Tailwind CSS.
npm i -D daisyui@latestdaisyUI 5 is a CSS component library built for Tailwind CSS 4 that provides semantic class names for common UI components. It streamlines UI development by offering pre-designed components that integrate seamlessly with Tailwind CSS, reducing the need to write custom styles from scratch. This skill is suitable for developers who want to accelerate their design workflow while maintaining consistency across their web applications.
Install using npm and add the daisyUI plugin to your Tailwind CSS configuration.
Building responsive user interfaces using Tailwind CSS
Enhancing existing Tailwind CSS projects with semantic UI components
Creating modern and accessible web applications
npm i -D daisyui@latestgit clone https://github.com/nenorrell/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Generate a [COMPANY] [INDUSTRY] dashboard using daisyUI 5 with Tailwind CSS 4. Use semantic class names to create a responsive layout with [COMPONENTS] and [DATA]. Ensure the design follows modern UI trends and includes interactive elements like buttons and cards.
# Modern Dashboard with daisyUI 5
## 📊 Overview
- **Total Users**: 12,487
- **Revenue**: $456,789 (Q3 2024)
- **Conversion Rate**: 12.5%
## 🚀 Quick Actions
```html
<button class="btn btn-primary">Add New User</button>
<button class="btn btn-ghost">View Reports</button>
```
## 📈 Performance Metrics
```html
<div class="stats shadow">
<div class="stat">
<div class="stat-title">Downloads</div>
<div class="stat-value">1,200</div>
<div class="stat-desc">↗️ 12% more than last month</div>
</div>
</div>
```
## 🎨 Themed Components
- **Dark Mode**: Toggle with `data-theme="dark"`
- **Card Grid**: Uses `card` and `card-bordered`
- **Navigation**: `navbar` with dropdown menus
---
*Built with daisyUI 5 + Tailwind CSS 4*Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan