Skip to main content

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

IconNames

Icon to display at the start of the button

size?

IconButtonOwnProps['size']

(Optional) The size of the button

variant?

IconButtonOwnProps['variant']

(Optional) The visual variant of the button