Replies: 1 comment 1 reply
-
Both variants work fine for me, but try to change // Navbar links for desktop and mobile
div {
id: "navbar-sticky",
class: "items-center justify-between w-full md:flex md:w-auto md:order-1",
class: if !is_menu_open() { "hidden" },
ul { all code
dx --version bandicam.2024-10-24.15-22-36-194.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to mimic this Flowbite component.
This is my current code:
Sharing the video output.
https://github.com/user-attachments/assets/98e0c601-319a-45ac-8c91-1f74b7d64739
The issue is the menu buttons should be loaded in horizontal direction in large screens. And in small (mobile) screen, it should be folded (achieved) as shown in video. Not able to achieve the expected result for larger screens.
I tried debugging from my end. But, not able to resolve. So, seeking help, if anyone could?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions