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
The <Link> component renders a <a> tag, but in some cases we want to use a <button> or a <div> or something else. It would be nice if the <Link> component had a property like element which defaults to "a" but could be anything you want.
The text was updated successfully, but these errors were encountered:
Version
2.0.0
Description
The
<Link>
component renders a<a>
tag, but in some cases we want to use a<button>
or a<div>
or something else. It would be nice if the<Link>
component had a property likeelement
which defaults to"a"
but could be anything you want.The text was updated successfully, but these errors were encountered: