Channel-level unread inbox with email, Slack, and push rows, each showing a tinted icon tile and a rose count badge.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Dashboard27 } from "@/components/beste/piece/dashboard27";
<Dashboard27
heading="Unread"
totalSuffix="total"
emailLabel="Email"
slackLabel="Slack"
pushLabel="Push"
emptySymbol="—"
counts={{
"email": 14,
"slack": 32,
"push": 4
}}
/>