You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to have navigation working even in cases when JS does work. For navigation we need some dropdown component, but this one does not work without JS enabled.
We would like to have navigation working even in cases when JS does work. For navigation we need some dropdown component, but this one does not work without JS enabled.
It is possible to code dropdown by just focus-within CSS pseudoclass:
https://tailwindcomponents.com/component/pure-css-dropdown-using-focus-within-with-animation
It is ok to use JS for less important features.
The text was updated successfully, but these errors were encountered: