Chalarangelo / furl

Functional react.js components.
https://furl.netlify.com/
MIT License
34 stars 2 forks source link

Automate button linking #41

Closed Chalarangelo closed 5 years ago

Chalarangelo commented 5 years ago

As a quality-of-life change, it's worthwhile updating the Button component to automatically be of type='link' when it is provided with a href prop.

This will reduce the code required to create link buttons and make the component easier to use.