ButtonProps

Public Interface

Table of Contents
Signature
interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {}
References

React.HTMLAttributes, HTMLButtonElement


Properties

disabled

Public PropertySignature

Signature
disabled?: boolean

icon

Public PropertySignature

Signature
icon?: TLUiIconType
References

TLUiIconType


iconLeft

Public PropertySignature

Signature
iconLeft?: TLUiIconType
References

TLUiIconType


invertIcon

Public PropertySignature

Signature
invertIcon?: boolean

isChecked

Public PropertySignature

Signature
isChecked?: boolean

kbd

Public PropertySignature

Signature
kbd?: string

label

Public PropertySignature

Signature
label?: TLTranslationKey
References

TLTranslationKey


loading

Public PropertySignature

Signature
loading?: boolean

smallIcon

Public PropertySignature

Signature
smallIcon?: boolean

spinner

Public PropertySignature

Signature
spinner?: boolean

type

Public PropertySignature

Signature
type?: 'danger' | 'normal' | 'primary'

Edit this page
Last edited on 11 May 2023
ButtonPickerPropscompactMenuItems