CardLink
Full-bleed card link wrapper, plus the ViewAllLink accent text link used to point at a listing page.
NavigationUsage
import { CardLink, ViewAllLink } from "@zudo-sg/ui/src/shared/card-link/card-link";
<CardLink href="/products"><Card>…</Card></CardLink>
<ViewAllLink href="/news">View all news</ViewAllLink>Card wrapped as a link
ViewAllLink