[Feature request] New tab option for the <link> component
teknofi opened this issue · 0 comments
teknofi commented
in the link component you have an away attribute like below:
<Link away href="https://www.google.com">Google</Link>
it would be great if there was a tab
attribute that made that external link open in a new tab, something like this?
<Link away tab href="https://www.google.com">Google</Link>
I would have put this in discussions but it would appear that starting a new discussion is locked.