Easily Setup DaisyUI
Automatically install daisyui's plugin in tailwind.config.js (.cjs is supported too)
Access a repo of themes
Easily manage and add new themes to your project with simple commands
Add a custom theme
Already have a working theme? Make a pull request and soon enough your theme will be available for you to install in new projects!
Getting Started
Blossom+ works by adding the daisyui plugin into an existing tailwind configuration file. Then after its easy to add and list installed themes.
Add daisyUI plugin to tailwinds config file
npx blossomplus init
This also installs all the default themes provided by daisyUI
Add a custom theme
npx blossomplus add xmas
All custom themes live in the repo and can be found here.
List all custom themes
npx blossomplus list