elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Add Transparent Buttons #221

Closed erwstout closed 5 years ago

erwstout commented 5 years ago

There have been a few instances where I'd like to reach for the button component, but with no "real" styling. Transparent BG, Border, etc... this should be added as an option so we can retain button functionality best practices.

erwstout commented 5 years ago

Yeah that way if you need three different options it can work for you. I would envision it like <Button color="transparent" />

I like it. Would it end up just being a plaint text link? I agree, this would be beneficial. Then we would have a primary button, secondary button, and perhaps this could be a tertiary button?