fac19 / week11-where-is-whippy

An ice cream truck finder to connect local ice cream vendors with customers
https://where-is-whippy.netlify.app
1 stars 3 forks source link

Reusable UI components - awesome! #80

Open tacotoemeck opened 4 years ago

tacotoemeck commented 4 years ago

great job on creating reusable components for your UI. I love what you did with the buttons avoiding repetition.

const BlueButton = styled.button`
  ${Button};...
  `