Flowbite-react and Flowbite in the same project? #1278
AaronBrander
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using flowbite-react for a while and it's been great, so thanks so much!
I recently nudged my designer enough that he's designing with Flowbite Figma files. Great!
The problem is the designer is using flowbite blocks with options that aren't yet built in Flowbite React.
For example, the designer wants to use sidenav with user profile as seen here.
Flowbite react has Sidebar with logo, but it doesn't automatically collapse, nor is quite the same as the user profile version, especially with the avatar.
I was able to wrap the Sidebar in a navbar and navbar.collapse, and that works ok, but I wonder if it is possible to copy in the code directly from Flowbite, and use the Flowbite javascript to power interactions. I tried following the instructions here, but the javascript interactions didn't work.
Is there a way to make this happen and use both together?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions