import { Meta, Story } from "@storybook/addon-docs/blocks";

import { Label } from "@/components/ui/label";

<Meta title="Label" component={Label} />

# Label

<Label htmlFor="email">Your email address</Label>
