Skip to main content
Version: Next

ButtonProps

Home > @backstage/canon > ButtonProps

Properties for Button

Signature:

export interface ButtonProps extends RAButtonProps 

Extends: RAButtonProps

Properties

Property

Modifiers

Type

Description

children?

ReactNode

(Optional)

iconEnd?

ReactElement

(Optional)

iconStart?

ReactElement

(Optional)

size?

'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>>

(Optional)

variant?

'primary' | 'secondary' | 'tertiary' | Partial<Record<Breakpoint, 'primary' | 'secondary' | 'tertiary'>>

(Optional)