malin

Search

SearchSearch
Home

>

Programming Notes

>

DaisyUI

DaisyUI

Oct 07, 2024, 1 min read

Installation: bun add -D daisyui@latest Add daisyUI to tailwind.config.js:

module.exports = {
  //...
  plugins: [
    require('daisyui'),
  ],
}

then you can start using components in their way

<button class="btn">Button</button>

check out all the components here: https://daisyui.com/components/

Resources:

  • DaisyUI ethos on typography and layout: https://daisyui.com/docs/layout-and-typography/
  • DaisyUI and coloring: https://daisyui.com/docs/colors/

Graph View

Backlinks

  • No backlinks found

Created with Quartz v4.1.0, © 2025