Variable: SelectTrigger
@arolariu/components / SelectTrigger
Variable: SelectTrigger
constSelectTrigger:ForwardRefExoticComponent<Omit<SelectTriggerProps,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/select.tsx:154
Opens the select popup and displays the current selected value.
Remarks
- Renders a
<button>element by default - Built on Base UI Select
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<SelectTrigger>
<SelectValue />
</SelectTrigger>
See
// was this page useful?