1.1.6 • Published 6 years ago

react-tippy2 v1.1.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

react-tippy2

React component for Tippy.js 2.x.

Installation

npm install react-tippy2

Example

See docs for simple example. In docs folder, run npm run dev

Basic Usage

import Tippy2 from 'react-tippy2'

const App = () => {
  return (
    <Tippy2 title='This is a tooltip!'></Tippy2>  
  )
}

With HTML content

class Html extends React.Component {
  render () {
    return (
      <div>This is html Content</div>
    )
  }
}

<Tippy2 title='This is a tooltip!' html={<Html />}></Tippy2>  
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago