frontend
Preparing search index...
components/ui/select
Select
Function Select
Select
(
__namedParameters
:
SelectSharedProps
&
{
defaultValue
?:
string
;
value
?:
string
;
onValueChange
?
(
value
:
string
)
:
void
;
}
,
)
:
Element
Root select wrapper using Radix Select.
Parameters
__namedParameters
:
SelectSharedProps
&
{
defaultValue
?:
string
;
value
?:
string
;
onValueChange
?
(
value
:
string
)
:
void
;
}
Returns
Element
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Root select wrapper using Radix Select.