daisyui
Installation
SKILL.md
daisyUI v5
daisyUI 5 is a CSS component library for Tailwind CSS v4. It provides semantic class names for common UI patterns on top of Tailwind utilities.
- Docs · Components · Themes · v5 release notes
Quick Start
/* In your CSS file */
@import "tailwindcss";
@plugin "daisyui";
npm i -D daisyui@latest
For setup details, CDN usage, or plugin config options → read references/install-and-config.md
Related skills
More from efesto-cloud/skills
persistence
>
19population
>
18value-object
|
18type-enum-dict
|
18usecase
>
17entity
Create or modify domain entities using the @efesto-cloud/entity package. Use this skill whenever the user asks to add a new entity, update an existing entity, add properties or methods to an entity, or work on the entity/dto layer. Trigger when the user says things like "create a Foo entity", "add a field to Bar", "I need a new domain object", or "add entity X". Also trigger for DTO creation or modification.
17