I'm trying to render a button, like the "New issue" here on GitHub, that is also a link so that it works without JS. When doing as='a' I do get an extra underline that disappears when hovering the button. It would be nice if it could be styled to not have an underline by default:
<ButtonPrimary as='a' href='/foo/bar'>New issue</ButtonPrimary>
