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;
npx shadcn@latest add @shadcnblocks/label-label-standard-8import { LabelLabelStandard8 } from "@/components/label-label-standard-8"<LabelLabelStandard8 />