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/