Variable: Button

const Button: ForwardRefExoticComponent<Omit<ButtonHTMLAttributes<HTMLButtonElement>, "color" | "children"> & Partial<{ color: ButtonColor; fullWidth: boolean; size: ButtonSize; variant: ButtonVariant; }> & object & RefAttributes<HTMLButtonElement>>

Renders an accessible action control with Panda-powered size, color, and variant styles.

Example

<Button variant="solid">Save changes</Button>