How to toggle "active" state on Navbar dropdown? #2617
-
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
Dec 5, 2023
Replies: 1 comment 1 reply
-
Let me know if you have a question. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<details>
gets anopen
attribute when it's open:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#attributes
Let me know if you have a question.