Skip to content
GitHub

ID Badge

An ID badge for task items.

PXL-001
import { IdBadge } from "@/components/features/pxl/tasks/id-badge";
export default function IdBadgeDemo() {
return (
<div className="flex flex-col gap-4">
<IdBadge>PXL-001</IdBadge>
</div>
);
}
pnpm dlx shadcn@latest add pxl-ui/registry/tasks/id-badge
import { IdBadge } from "@/components/features/pxl/tasks/id-badge";
<IdBadge value="2026-09-21" />