Label/label-standard-

PreviousNext

A label/label-standard- example

Docs
shadcnblocksblock

Preview

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

export const title = "Section Label";

const Example = () => (
  <Label className="text-base font-semibold">Personal Information</Label>
);

export default Example;

Installation

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

Usage

import { LabelLabelStandard8 } from "@/components/label-label-standard-8"
<LabelLabelStandard8 />