@wix/design-system
Version:
@wix/design-system
22 lines (18 loc) • 694 B
Markdown
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in tests.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### status
- type: StatusIndicatorState
- description: Sets the indication type.
### message
- type: ReactNode
- description: Sets the message that’s displayed in a tooltip. If not set, the tooltip won’t appear.
### tooltipPlacement
- type: StatusIndicatorTooltipPlacement
- description: Defines which side the tooltip will be placed on.
### tooltipProps
- type: TooltipCommonProps
- description: Customize <Tooltip/> appearance with its props component.