Skip to Content
247 Components v1.0 is released 🎉

Props

PropTypeDefault
size’sm’ | ‘md’sm
dataTestIdstring

Basic Usage

Components

The Select component is composed of several sub-components:

  • Select: The root component
  • SelectTrigger: The button that triggers the dropdown
  • SelectValue: Displays the selected value
  • SelectContent: The dropdown content container
  • SelectGroup: Groups related options
  • SelectLabel: Label for a group of options
  • SelectItem: Individual option item

Usage with Form

You can manage email addresses in your email settings.

Last updated on