What is this?
Introduction
This library is a simple ToolTip Component without any dependencies except React. Follow simple guide to use it. npm
Features
- Support
hover
andclick
trigger. - Support
top
,bottom
,left
,right
direction. - Customize
margin
andposition
to adjust tooltip position. - Support custom
color
andarrowSize
. - Support
forceShow
to show tooltip without trigger. - disabled props to disable tooltip.
onChangeFinalShow
to listen final show state change.