headlessui/react, responsive navbar
Unanswered
American Pipit posted this in #help-forum
Original message was deleted.
6 Replies
What is the component library you are using?
If you think the class names are too long, you can use libraries like [cva](https://cva.style) or tailwind variants to make your code cleaner
If you think the class names are too long, you can use libraries like [cva](https://cva.style) or tailwind variants to make your code cleaner
but there is no docs about to make a responsive dropdown menu
You want to hide all the menu items?
Try controlling the open state directly with
Try controlling the open state directly with
static: https://headlessui.com/react/menu#showing-hiding-the-menu and implement a wrapper over it. Because headless ui handles the open state, your css might not worked as expected@fuma You want to hide all the menu items?
Try controlling the open state directly with `static`: https://headlessui.com/react/menu#showing-hiding-the-menu and implement a wrapper over it. Because headless ui handles the open state, your css might not worked as expected
American Pipit
yes but responsive, so only below md is hidden