UNPKG

@wix/design-system

Version:

@wix/design-system

23 lines (20 loc) 738 B
### 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. - internal ### status - type: "loading" | "error" | "warning" | "success" - 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: "right" | "left" | "top" | "bottom" - description: Defines which side the tooltip will be placed on. - deprecated ### tooltipProps - type: TooltipCommonProps - description: Customize <Tooltip/> appearance with its props component.