Label/label-standard-

PreviousNext

A label/label-standard- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/label/label-standard-1.tsx
import { Label } from "@/components/ui/label";

export const title = "Required Label";

const Example = () => (
  <Label>
    Email <span className="text-destructive">*</span>
  </Label>
);

export default Example;

Installation

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

Usage

import { LabelLabelStandard1 } from "@/components/label-label-standard-1"
<LabelLabelStandard1 />