Display name followed by a filled badge-check icon and an optional handle. Tone colors the check.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Badge4 } from "@/components/beste/piece/badge4";
<Badge4
name="Beste"
handle="@withbeste"
tone="sky"
/>