Ricardo Lüders

Results 156 comments of Ricardo Lüders

Well, we do have the context helper function defined [here](https://github.com/themesberg/flowbite-react/blob/main/src/lib/components/Navbar/NavbarContext.tsx) but it seems to be true that isn't exported. I guess that we need to make it exposed so, users...

@PlasticLizard please, go ahead. I'll be happy to review it. :)

BTW, @PlasticLizard I guess that what @tulup-conner mean by not being necessary is that you can create your own context to handle the `collapsed` property of the `Navbar`. Right? This...

Well... I have no strong opinion about it. I just need to understand what it would look like. If someone want to provide a PoC/PR it would be nice.

Nope. This was something that we did to secure the design system consistency. If you need to customize the components, @leesiongchan, you have the theme system (https://flowbite-react.com/theme). I know the...

Probably it can be solved with something like this: ```jsx Remember me ``` and ```jsx Hello World ``` Still, if you want to customize, you can use the theme support....

I didn't tested it. :) AFAIK, default Button style is `w-fit`, isn't? It should have the parent size. If not, it is a bug.

Also, theme support should allow you to customize the things without adding divs or accessing the `className` property for every single component. https://github.com/themesberg/flowbite-react/blob/bfef57a8edc6d338ba6971f07d3a8cd5856b9fa6/src/lib/theme/default.ts#L192

@jwhitmarsh in this case, probably a easy fix to theme will do the job. Do you want to create one PR fixing it?

Opening a new issue to the `w-fit`