import { Label } from "@/components/ui/label";
export const title = "Label with Optional Indicator";
const Example = () => (
<Label>
Phone Number{" "}
<span className="font-normal text-muted-foreground">(optional)</span>
</Label>
);
export default Example;
npx shadcn@latest add @shadcnblocks/label-label-standard-5import { LabelLabelStandard5 } from "@/components/label-label-standard-5"<LabelLabelStandard5 />