Skip to content

CustomButton

Ng edited this page Oct 31, 2019 · 2 revisions

The CustomButton component is a React component wrapped around a Material-UI Button Component.

props

  • size 'small' | 'large'

// To-do: insert images when styling for project is finalized

  • color 'primary' | 'secondary'

primary: teal #00A19B

secondary: dark red, burgundy color #7B303E

  • onClick : function to be asynchronously executed when the button is clicked

Clone this wiki locally