chingu-voyages / v46-tier3-team-37

Add-project-description-here | Voyage-46 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://v46-tier3-team-37-rent-a-wrench.vercel.app/
0 stars 2 forks source link

Card Refactor #36

Closed SeanPaulson closed 10 months ago

SeanPaulson commented 10 months ago

Task Description

  1. Card component needs to be broken into smaller named components to clean up div hell.
  2. Also each conditional tailwind class needs to list the entire class definition.
  3. Buttons need to be passed down to the card div via children prop. Each child button needs a type to know what card slot to place it in.

see Related issue #33