Skip to main content
Version: Next

ButtonLinkProps

Home > @backstage/canon > ButtonLinkProps

Properties for ButtonLink

Signature:

export interface ButtonLinkProps extends RALinkProps 

Extends: RALinkProps

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)