This can be implemented the same way EuiButton supports it; by rendering an <a> instead of a <button> when the href prop is present. This will allow us to:
- Link active tab to URL state, to facilitate deep-linking
- Let users right-click on tabs to open them in a new window
This can be implemented the same way EuiButton supports it; by rendering an
<a>instead of a<button>when thehrefprop is present. This will allow us to: