Home > @xypnox/xip-ui > Button

Button() function

Signature:

Button: (props: Omit<JSX.ButtonHTMLAttributes<HTMLButtonElement>, "style"> & {
    variant?: 'primary' | 'secondary' | 'tertiary';
    style?: JSX.CSSProperties;
}) => JSX.Element

Parameters

Parameter

Type

Description

props

Omit<JSX.ButtonHTMLAttributes<HTMLButtonElement>, “style”> & { variant?: ‘primary’ | ‘secondary’ | ‘tertiary’; style?: JSX.CSSProperties; }

**Returns:**

JSX.Element