import { Label } from "@/components/ui/label";
export const title = "Required Label";
const Example = () => (
<Label>
Email <span className="text-destructive">*</span>
</Label>
);
export default Example;
npx shadcn@latest add @shadcnblocks/label-label-standard-1import { LabelLabelStandard1 } from "@/components/label-label-standard-1"<LabelLabelStandard1 />