Label/label-standard-

PreviousNext

A label/label-standard- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/label/label-standard-6.tsx
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;

Installation

npx shadcn@latest add @shadcnblocks/label-label-standard-6

Usage

import { LabelLabelStandard6 } from "@/components/label-label-standard-6"
<LabelLabelStandard6 />