react-daisyui
react-daisyui copied to clipboard
daisyUI components built with React 🌼
ATM there is no way to override most of the internal classNames used in `react-daisyui`, so I have to do stuff like: ```css @tailwind base; @tailwind components; @tailwind utilities; .drawer-toggle...
I added Bottom Navigation component. https://daisyui.com/components/bottom-navigation/
Unit / Integration testing especially for all the stateful components
Tailwind is too slow with such a safelist pattern (advised on README.md), if I remove it I go from 2s compilation time to 300ms, and I have a 12 core...
For built-in responsiveness we need to add an optional "responsive" prop (defaulted to true in Storybook) pre-baked with TailwindCSS breakpoints: https://tailwindcss.com/docs/screens Ultimately, users should implement their own sizing to suit...
We want to achieve full coverage of our components in Storybook. This means all features and design options available to users are represented by a separate story. At the very...
Hi,i have an issue when using collapse (with checkbox) on mobile browser (chrome, safari) [Try this on mobile browser](https://react.daisyui.com/?path=/story/data-display-collapse--checkbox)
I use pnpm to solve some npm dependencies bugs but now I cannot import `react-daisyui`. ### Error ```js ➜ my-project-name git:(dark-mode) ✗ npm run dev > [email protected] dev > next...
closes #161
Currently, if the `href` property is set to a `Button` component, the anchor element is used. However, it is not possible to use anchor specific properties like `rel` or `target`....