Is there a way to add classes to the flowbite-react components #479
-
Is there a way to add classes to the flowbite-react components? I am using tabs component and I would like to change the style according to my own requirements. Is it possible to do so? I have not found anything yet and className doesn't work on Tabs.Item or Tabs.Group. Kindly point me in the right direction whether it is possible or not or if there is a way to handle it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@wahabshah21 you can use the flowbite-react theme support. There are some discussions here about it, and how to use it, as well at the Discord server. We are currently working at #443 which will give more flexibility, but TBH, the |
Beta Was this translation helpful? Give feedback.
-
See this discussion: #92 Additionally, components let you pass a |
Beta Was this translation helpful? Give feedback.
See this discussion: #92
Additionally, components let you pass a
className
to override the default classes now.