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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Currently Tabs are implemented with <button> elements and have an onClick handler. However, to make deep-linking to a specific Tab on a page easier, we should allow for href prop to be used instead.
This would allow for users to right-click and open new window on a Tab.
The text was updated successfully, but these errors were encountered:
Currently Tabs are implemented with
<button>
elements and have an onClick handler. However, to make deep-linking to a specific Tab on a page easier, we should allow forhref
prop to be used instead.This would allow for users to right-click and open new window on a Tab.
The text was updated successfully, but these errors were encountered: