React button for course 30-day-React
Note: This button is not production ready button. It was created in the scope of 30-day-React course.
Configurable React button with several styling variations built with styled-components.
default: md
options: sm | md | lg
Defines sizing CSS properties of the button.
default: contained
options: contained | outlined
Defines look and feel of the button by manipulating background, border and colors properties of the button.
default: primary
options: primary | secondary
Defines main background color of the button.