Ricardo Lüders

Results 159 comments of Ricardo Lüders

However, there is a PR to implement it: https://github.com/themesberg/flowbite-react/pull/1265

@dhensen yet, it was never available as a component here. It is just commented in the sidebar to make it easy to enable it when it gets created.

I tried to reproduce the issue using the [flowbite-next-starter](https://github.com/tulupinc/flowbite-next-starter) but I didn't find anything wrong. So, I'm closing it.

I have an idea here. Since we are using the theme system, we could try to get the prefix from `tailwind.config.js` and kind of "prefix" all the styles defined in...

~We probably will not work on this one. The best approach is to change the theme.~

@nathguen since the classnames are basically strings, I don't see how we can automatically prefix them with the prefix configured in the tailwindcss configuration. But, anyway, if you have a...

I was checking how DasyUI applies the prefix, and it seems that it is done at the PostCSS processing, it can be seen [here](https://github.com/saadeghi/daisyui/blob/ab748bf7340ca89467e1be70c61c9169e8f7e7f5/src/index.js#L52). I'll reopen this one, so, if...

Since we are using `twMerge` to encapsulate all the `classNames` that receive the theme object, maybe we could find some way to apply the filters using it? 🤔

We are dropping this one, lets continue it with React Documentation.

Someone can take this PR, adjust it, and create a new PR with the update. I'm a little bit busy to get it rebased and adjusted now.