Skip to main content

SelectTrigger

@arolariu/components


@arolariu/components / SelectTrigger

SelectTrigger

Opens the select popup and displays the current selected value.

Remarks

  • Renders a <button> element by default
  • Built on Base UI Select
  • Supports the render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<SelectTrigger>
<SelectValue />
</SelectTrigger>

See

Base UI Documentation

Type Aliases

// was this page useful?