react-image-tooltip

4.0.2 • Public • Published

react-image-tooltip

Image tooltip for React (WIP)

NPM JavaScript Style Guide Build Status

Install

npm install --save react-image-tooltip

Usage

import React, { Component } from 'react'
import ohYeah from './oh-yeah.gif'
 
import ReactImageTooltip from 'react-image-tooltip'
 
class Example extends Component {
  render () {
    return (
      <ReactImageTooltip image={ohYeah}>
          <a href="https://jezfx.com">
              Jezfx
          </a>
      </ReactImageTooltip>
    )
  }
}

License

MIT © Jezfx

Readme

Keywords

none

Package Sidebar

Install

npm i react-image-tooltip

Weekly Downloads

26

Version

4.0.2

License

MIT

Unpacked Size

23.1 kB

Total Files

6

Last publish

Collaborators

  • jezfx