Daisyui screenshot

Daisyui

Author Avatar Theme by Saadeghi
Updated: 22 May 2025
36949 Stars

Open-source Tailwind CSS component library. Use Tailwind CSS but write fewer class names.

Categories

Overview

The daisyUI is a popular, free, and open-source Tailwind CSS component library. It offers a plugin for Tailwind CSS, making development faster and resulting in cleaner HTML. With daisyUI, users can customize and theme their components while using pure CSS. It is compatible with all frameworks.

Features

  • Plugin for Tailwind CSS
  • Faster development
  • Cleaner HTML
  • Customizable and themeable
  • Pure CSS
  • Works on all frameworks

Installation

To install daisyUI, follow these steps:

  1. Add daisyUI to your tailwind.config.js file using the following code snippet:
module.exports = {
    // ...
    plugins: [
        require('daisyui'),
    ],
    // ...
}
  1. Run the following command to install daisyUI:
npm install daisyui
  1. Start using the daisyUI components in your project.

Summary

The daisyUI is a popular and feature-rich Tailwind CSS component library. It offers a plugin for Tailwind CSS, allowing for faster development and cleaner HTML. Users can easily customize and theme the components using pure CSS. It is compatible with all frameworks and can be easily installed in the project. Overall, daisyUI is a powerful tool for developers looking to enhance their UI development process.