UNPKG

@wix/design-system

Version:

@wix/design-system

33 lines (30 loc) 786 B
### content - type: ReactNode - description: Tooltip content. ### size - type: "small" | "medium" - description: Controls the icon size. - default: medium ### dataHook - type: string - description: A hook for testing purposes. ### className - type: string - description: Specifies a CSS class name to be appended to the component's root element. - internal ### tooltipProps - type: TooltipCommonProps - description: Customize <Tooltip/> appearance with its props component. ### children - type: ReactNode - description: A component to replace default the icon. - internal ### ariaLabel - type: string - description: Accessible label for screen readers. ### aria-labelledby - type: string - description: No description ### aria-describedby - type: string - description: No description