Skip to main content

Variable: Button

const Button: ForwardRefExoticComponent<Omit<PressableProps & RefAttributes<View>, "ref"> & VariantProps<(props?) => string> & RefAttributes<View>>

Defined in: lib/base/Button.tsx:127

A customizable button component that supports different variants and sizes. Handles responsive design and accessibility features.

See

ButtonImpl for how to use this component