1.0.4 • Published 4 years ago
rjs-tooltip v1.0.4
RJS ToolTip
Installation
npm install rjs-tooltip
or
yarn add rjs-tooltip
Usage
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 |