mdbootstrap / TW-Elements

𝙃π™ͺπ™œπ™š collection of Tailwind MIT licensed (free) components, sections and templates 😎
https://tw-elements.com
MIT License
12.86k stars 1.62k forks source link

[ComponenMobile terminal navigation style problemt name] [description of the issue] #2321

Open hutong9 opened 7 months ago

hutong9 commented 7 months ago

When the navigation bar is on the mobile phone, the default hamburger and logo are centered. Usually, both ends should be aligned. In addition, the navigation link on the mobile phone will not automatically collapse after clicking. The experience is very bad.

iprzybysz commented 7 months ago

Hi @hutong9, please provide a snippet of your code, then I'll try to help you.

hutong9 commented 7 months ago

`

`
iprzybysz commented 6 months ago

You don't have a nav wrapper element in your code and data-te-nav-link-ref on NuxtLink elements. I recommend you check out our Basic example in the Navbar documentation and compare correctness with yours. It should help you with debugging any issues.