Module: react-aiot/components/Tooltip

(require("react-aiot/components/Tooltip"))(props)

Custom All-In-One Tree tooltip implementation with the help of antd-design.
Parameters:
Name Type Description
props object Properties
Properties
Name Type Attributes Default Description
placement string <optional>
'bottom' The placement
children React.Element | string <optional>
The children which should get the tooltip
title React.Element | string <optional>
The tooltip title
content React.Element | string <optional>
The tooltip content
mouseEnterDelay float <optional>
0.2 The mouse enter delay
mouseLeaveDelay float <optional>
0 The mouse leave delay
Source:
See: