MLH-Fellowship / 0.2.1-readme-dirs

A web application that generates helpful project structures for public GitHub repositories
https://project-structure-readme.netlify.app/
MIT License
1 stars 1 forks source link

Create CustomSecondaryButton --- a small "copy to clipboard" button #29

Closed nchaloult closed 4 years ago

nchaloult commented 4 years ago
Screen Shot 2020-06-04 at 9 21 54 PM

Related to #10

On our UI, the "go" button is the main call-to-action item, while the "copy to clipboard" buttons are like helpful utility buttons. The "go" button should be larger in size than the "copy to clipboard" buttons.

This PR proposes to add a new reusable component: CustomSecondaryButton. Besides the smaller size, this new button is otherwise a clone of the existing CustomButton reusable component.