Dropdown select component with Inter font, elevation shadows, and checkmark indicators
size="small"(no size prop)size="large"Minimal usage with placeholder
{ placeholder: "Select an option..." }Shows checkmark for selected item
{ value: "option2", onValueChange: "setValue" }Select with label text above
{ label: "Country", placeholder: "Select country..." }Non-interactive with 44% opacity
{ disabled: true, value: "option2" }Shows red border and error message
{ error: true, errorMessage: "Please select an option" }Control dropdown menu width independently
{ width: 300 }Options automatically truncate with ellipsis
{ placeholder: "Long options..." }Use displayValue prop to show different content in the trigger vs dropdown
Short version in trigger, full name in dropdown
{ DesignSelectValueCustom: "options={...}" }Custom content in both dropdown and trigger
{ DesignSelectValueCustom: "options={...}" }Badge in both dropdown and trigger
{ DesignSelectValueCustom: "options={...}" }Rich content with icon and status badge
{ DesignSelectValueCustom: "options={...}" }