1.0.4 • Published 4 years ago

rjs-tooltip v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

RJS ToolTip

Version code style: prettier

Installation

  npm install rjs-tooltip

or

  yarn add rjs-tooltip

Usage

Using NPM

  1. Require rjs-tooltip after installation
  import RJSTooltip from 'rjs-tooltip';
  1. Wrap Your own component
  <RJSTooltip render="Hello world">
  	<h1>Hover over me</h1>
  </RJSTooltip>

Props

PropsType
colorString
renderString
textColorString
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago