TooltipProps
Renders an element with a tooltip
Properties
children
children: ReactElement<any, string | JSXElementConstructor<any>>;
offset?
optional offset: object;
horizontal
horizontal: number;
vertical
vertical: number;
placement?
optional placement: Placement;
text
text: string;
width?
optional width: number;