PickerTriggerButton

A compact, theme-aware button surface for Select and Combobox filter triggers.

Preview#

Use this component as the render target for compact Select or Combobox filters. Keep the picker primitive responsible for open state, focus, keyboard navigation, and selection.

API#WIP

PropTypeDefaultDescription
renderBase UI Button.Props["render"]Replaces the native button element while preserving PickerTriggerButton behavior and styles.
nativeButtonbooleanOverrides native-button handling. Inferred automatically when render replaces the element.
...propsStyledProps<Base UI Button.Props> & DataAttributesBase UI button attributes plus className and data attributes for the picker trigger.