Select

A dropdown menu that lets users choose options from a list

PropTypeDescription
onChange(event: ChangeEvent<HTMLTextAreaElement>) => voidonChane property
namestringHTML name attribute
optionsArray<string>Available options
valuestring | numberActual selected value
className?stringSets class attribute
label?stringLabel assosiated with this select
error?stringError message
values?Array<string | number>Corresponding to options array of values
language icon
copy icon
import { Select } from "@brick-uikit/input";

Usage select