Checkable todo row with priority chip and due caption. Done tasks strike through.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Card5 } from "@/components/beste/piece/card5";
<Card5
task="Review Q2 roadmap with design team"
priority="high"
due="Tomorrow"
duePrefix="Due"
done={false}
/>