Ricardo Lüders

Results 176 comments of Ricardo Lüders

@davemooreuws what I want to do with this task is something very similar to it. I also want to make it a monorepo, my main issue right now with the...

I don't think that moving the unit tests away from the components is a good idea. I like to keep it close, maybe because it is a good practice on...

OK! We are going to use [Hugo](https://gohugo.io/) instead of creating our own documentation project. **Why HUGO?** - We can use the same Flowbite core library template; - Saves a lot...

Hi @farshmachine, yes, please, go ahead. :) I'll just say that if you found any change needed to the `docs/` just ignore it. We are going to move it to...

Since this one is related to #167 and #152 I guess that we can handle it in one single PR.

@tulup-conner would be the solution for it similar to #244? What do you think? IMHO, we need to start to export the context functions to allow users to access it....

@zhex900 you don't need the `ThemeContext` to customize the theme. All that you need is to create your own theme, based on `FlowbiteTheme` and use it: ```jsx ``` https://flowbite-react.com/theme

I was thinking about this one and I do have an extra question here @asabadyr: Since the ThemeContext also adds to the `` the `class="dark"` property, can't you use it...

@magixus Please, upgrade it to the latest `flowbite-react` and see it the issue still happening.