--- title: Select --- Header Allows users to pick a value from a list of predefined options. ```jsx import { IconTwentyStar } from 'twenty-ui/display'; import { Select } from '@/ui/input/components/Select'; export const MyComponent = () => { return (