react-cooltip
v1.0.0
Published
A simple React tooltip component using the Tippy.js package
Downloads
3
Readme
react-cooltip
A simple React tooltip component using the Tippy.js package
Install
npm install --save react-cooltip
Usage
import React, { Component } from 'react'
import MyComponent from 'react-cooltip'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © bryantheastronaut