We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, on the NavHamburger, I have a text "Open main menu" where I can't remove or change. The params available change only the icon but not the text.
This my code:
<Navbar class="fixed z-10 border border-front bg-surface80 px-10 backdrop-blur-md"> <NavBrand href="#home"> <img src={Logo} class="me-3 h-6 sm:h-9" alt="Savy Logo" /> </NavBrand> <NavHamburger classMenu={'text-on'} /> <NavUl slideParams={animParams}> <NavLi href="#project">Project</NavLi> <NavLi href="#features">Features</NavLi> <NavLi href="#team">Team</NavLi> </NavUl> </Navbar>
System: OS: macOS 15.3 CPU: (12) arm64 Apple M3 Pro Memory: 121.06 MB / 18.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node npm: 11.0.0 - ~/.nvm/versions/node/v20.17.0/bin/npm Browsers: Chrome: 132.0.6834.160 Safari: 18.3 npmPackages: @sveltejs/kit: ^2.16.0 => 2.16.1 flowbite-svelte: ^0.47.4 => 0.47.4 svelte: ^5.0.0 => 5.19.6 vite: ^6.0.0 => 6.0.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi, on the NavHamburger, I have a text "Open main menu" where I can't remove or change. The params available change only the icon but not the text.
Reproduction
This my code:
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: