Skip to content

Instantly share code, notes, and snippets.

@alpavlove
Last active July 28, 2022 14:25
Show Gist options
  • Save alpavlove/9a6d6aae2241ba305f245d10e7cebae8 to your computer and use it in GitHub Desktop.
Save alpavlove/9a6d6aae2241ba305f245d10e7cebae8 to your computer and use it in GitHub Desktop.
Create React Components library
.button {
color: #fff;
padding: 0.5rem 2rem;
border: 0;
border-radius: 0.25rem;
}
.button-primary {
background-color: #4747d0;
}
.button-success {
background-color: #3f8619;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment