1.0.0 • Published 6 years ago

react-cooltip v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

react-cooltip

A simple React tooltip component using the Tippy.js package

NPM JavaScript Style Guide

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