flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Why is the navbar hamburger menu not working?

Open vkamsingh opened this issue 2 years ago • 4 comments

Hello there, Basically, I have an issue with the navbar hamburger menu because, after clicking on it, there is no response. Also, I installed Flowbite for NextJS. So I think I don't need to configure scripts in my codes.

Navbar: https://flowbite.com/docs/components/navbar/#default-navbar

vkamsingh avatar May 05 '23 15:05 vkamsingh

I have the same issue. I think it is a problem with safari. I've tried this in Safari on iOS and on my MacBook both doesn't work.

damasch avatar May 22 '23 21:05 damasch

I have the same issue using Sidebar. It works on Firefox (I can open and close) but not on Safari.

deleonjulio avatar Jun 10 '23 16:06 deleonjulio

Hi @vkamsingh @damasch @deleonjulio

Are you guys still experience this issue?

@vkamsingh Could you elaborate more on the issue you are having with NextJS?

TheJazzDev avatar Jun 27 '23 01:06 TheJazzDev

To make the navbar hamburger show the menu options on click, you have to use the CDN:

jamaalsmith avatar Sep 17 '23 17:09 jamaalsmith

u can try import the js

import 'flowbite/dist/flowbite'

cheers

nofendian17 avatar May 30 '24 18:05 nofendian17

As @nofendian17 stated, or if you're using React/Next.js please refer to:

https://flowbite-react.com/docs/components/navbar

Cheers, Zoltan

zoltanszogyenyi avatar Jun 27 '24 11:06 zoltanszogyenyi