Task Card

Checkable todo row with priority chip and due caption. Done tasks strike through.

Review Q2 roadmap with design team
HighDue Tomorrow

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Card5 } from "@/components/beste/piece/card5";

<Card5
  task="Review Q2 roadmap with design team"
  priority="high"
  due="Tomorrow"
  duePrefix="Due"
  done={false}
/>