import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference" export const metadata = { title: `Label`, } # {metadata.title} A component that renders an accessible label associated with input fields. In this guide, you'll learn how to use the Label component. ## Usage ```tsx import { Label } from "@medusajs/ui" ``` ```tsx ``` --- ## API Reference --- ## Examples ### Label Sizes ### Label with Form Inputs