# Vue Select - Flowbite #### Get started with the select component to allow the user to choose from one or more options from a dropdown list based on multiple styles, sizes, and variants --- :::tip Original reference: [https://flowbite.com/docs/forms/select/](https://flowbite.com/docs/forms/select/) ::: The select input component can be used to gather information from users based on multiple options in the form of a dropdown list and by browsing this page you will find multiple options, styles, sizes, and variants built with the utility classes from Tailwind CSS also available in dark mode. ## Default ```vue ``` ## Disabled ```vue ``` ## Underlined ```vue ``` ## Size ```vue ``` ## Slot - Helper ```vue ``` ## Slot - Validation - Set validation status via `validationStatus` prop, which accepts `'success'` or `'error'`. - Add validation message via `validationMessage` slot. ```vue ```