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