Optional
adjustOptional
classAdditional css classes to help with unique styling of the button
Optional
id?: stringOptional unique identifier
Optional
isEnabled status of button
Optional
isIf true, no tooltip will be displayed.
Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility, testing, etc.), unless a distinct tooltip is supplied.
Optional
onOptional click handler
The size of the component. small is equivalent to the dense button styling.
Optional
tooltip?: stringOptional tooltip to display if different from the aria-label.
If given, uses a negative margin to counteract the padding on one side (this is often helpful for aligning the left or right side of the icon with content above or below, without ruining the border size and shape).