import { Label } from "@/components/ui/label";
export const title = "Label with Character Count";
const Example = () => (
<div className="flex items-center justify-between gap-2">
<Label htmlFor="bio">Bio</Label>
<span className="text-xs text-muted-foreground">0/500</span>
</div>
);
export default Example;
npx shadcn@latest add @shadcnblocks/label-label-standard-6import { LabelLabelStandard6 } from "@/components/label-label-standard-6"<LabelLabelStandard6 />