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
iconLeft
Public PropertySignature
Signature
iconLeft?: TLUiIconType
References
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
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'