4.0.2 • Published 5 years ago

react-image-tooltip v4.0.2

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

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

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago