NodeFactoryIo / react-web3-starter

Starter repo with react configurations and web3 boilerplate.
2 stars 0 forks source link

General css organizing, Button component #30

Closed irubido closed 3 years ago

irubido commented 3 years ago

Changes that I do on every project with starter

PR Checklist

Changes

-all scss files to style folder -box sizing border box -Button that extends HTMLButtonElement props with only color props, easier to customize based on project -Button accepts children instead of label

Screenshot 2021-05-07 at 14 13 56

Issues

Closes #29