ButtonProps
Home > @backstage/canon
> ButtonProps
Properties for Button
Signature:
export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children'>
Extends: Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children'>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
React.ReactNode |
The content of the button | ||
(Optional) Optional icon to display at the end of the button | |||
(Optional) Optional icon to display at the start of the button | |||
ButtonOwnProps['size'] |
(Optional) The size of the button | ||
ButtonOwnProps['variant'] |
(Optional) The visual variant of the button |