rsm-hcd / AndcultureCode.JavaScript.React.Components

Common atomically designed react components used at andculture
6 stars 8 forks source link

Merge LinkCard into Card component #96

Open alexgetty opened 3 years ago

alexgetty commented 3 years ago

Instead of having a different component to handle cards that can link, we should just add the ability to make the base card component linkable. The LinkCard component doesn't even leverage the base Card component, so naming it as a variant is a bit of a misnomer anyway.