Skip to main content

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

children

React.ReactNode

The content of the button

iconEnd?

IconNames

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

iconStart?

IconNames

(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