Ability to style buttons as anchors #406
claytonkruse
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A great feature to have is the ability to style buttons as
<a>
tags, particularly for use in forms where anchors cannot submit the form.A semantic way of implementing this could be by using
role="link"
on the button.Beta Was this translation helpful? Give feedback.
All reactions