Select
A customizable select component with support for custom classnames, onChange, and options.
Textarea Example
Props
Select
className: string, options: string[], onChange?: (event: React.ChangeEvent<HTMLSelectElement>) => voidNote: The options prop is required and must be an array of strings. Each string in the array will be rendered as an option in the select dropdown.