Open klequis opened 5 years ago
Create a reusable button that mimics Bootstraps buttons in terms of color. The color and button appearance can be primitive. https://getbootstrap.com/docs/4.0/components/buttons/
The button will have 4 states: success, danger, warning and light
Light will be the default
The button will display text enclosed in its tags: Some Text
Depending on state, shows an icon for success, danger and warning but not for light (Fontawesome can help you here)
Sizes itself to accommodate having an icon or not
Display 4 instances of the button showing each state
in this case 'state' means 'type' and has nothing to do with React state.
Extra
Create a reusable button that mimics Bootstraps buttons in terms of color. The color and button appearance can be primitive. https://getbootstrap.com/docs/4.0/components/buttons/
The button will have 4 states: success, danger, warning and light
Light will be the default
The button will display text enclosed in its tags:
Depending on state, shows an icon for success, danger and warning but not for light (Fontawesome can help you here)
Sizes itself to accommodate having an icon or not
Display 4 instances of the button showing each state
in this case 'state' means 'type' and has nothing to do with React state.
Extra