-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
feat(container): add interactive nav bar #370
base: main
Are you sure you want to change the base?
Conversation
@spartanns Please push the related yarn.lock file as well, you have installed the dependency but yarn.lock is missing. |
Pushed. |
It seems like I need to add the components/ui/navigation-menu.tsx... How do I do this? It's listed in .eslintignore, and if I remove it, the linter will fail. |
@spartanns you can commit that using |
Done. |
🚀 Preview deployed to: https://69856d8f.animata.pages.dev |
@spartanns the colors are wrong in dark mode. |
Applied some fixes... Let me know if you want the carets from the nav buttons removed. |
🚀 Preview deployed to: https://3520c18a.animata.pages.dev |
@spartanns I cannot interact with the items, if I move the mouse to the nav content, it closes. Also, if I click to open the item, it close as well. |
Closes #274