--- generate_toc: true --- import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference" export const metadata = { title: `Select`, } # {metadata.title} A component that displays a select form input using Medusa's design system. In this guide, you'll learn how to use the Select component. ## Usage ```tsx import { Select } from "@medusajs/ui" ``` ```tsx ``` --- ## API Reference --- ## Examples ### Small Select ### Select Item-Aligned Position ### Disabled Select ### Select with Grouped Items ### Controlled Select