BSA-US / world-of-jackson

22 stars 11 forks source link

Implement Button component #67

Open replygirl opened 4 years ago

replygirl commented 4 years ago

Implement the new Button design.

interface ButtonProps {
  label?: string
  leftIcon?: string // name of icon from http://materialdesignicons.com
  onClick?: Function // event handler
  rightIcon? string // name of icon from http://materialdesignicons.com
}

Dependencies

Design assets

jackhajb commented 3 years ago

I'm new to BSA: OTD and think this would be a nice intro PR. @replygirl Can this be assigned to me?