-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button should support href and target props #23
Comments
hmm got to careful with this and react-router |
Yeah - anything I should be mindful of? There is always the onClick escape hatch. And we might eventually provide a way to support styling . |
The name will still be "Button" and not Link. I will update the storybook to Button as to not be confusing. |
|
Yep it would I used it on the audio repo |
+1 |
Bootstrap button has a prop for
href
which would style an<a>
like a button and apply thehref
value.The text was updated successfully, but these errors were encountered: