1.0.4 • Published 5 years ago
rjs-tooltip v1.0.4
RJS ToolTip
Installation
npm install rjs-tooltipor
yarn add rjs-tooltipUsage
Using NPM
- Require rjs-tooltip after installation
import RJSTooltip from 'rjs-tooltip';- Wrap Your own component
<RJSTooltip render="Hello world">
<h1>Hover over me</h1>
</RJSTooltip>Props
| Props | Type |
|---|---|
| color | String |
| render | String |
| textColor | String |