Skip to main content
Version: Next

ButtonProps

Home > @backstage/canon > ButtonProps

Properties for Button

Signature:

export interface ButtonProps extends useRender.ComponentProps<'button'> 

Extends: useRender.ComponentProps<'button'>

Properties

Property

Modifiers

Type

Description

iconEnd?

ReactElement

(Optional) Optional icon to display at the end of the button

iconStart?

ReactElement

(Optional) Optional icon to display at the start of the button

size?

ButtonOwnProps['size']

(Optional) The size of the button

variant?

ButtonOwnProps['variant']

(Optional) The visual variant of the button