2.0.0 • Published 6 years ago

tipman v2.0.0

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

tipman

Unopinionated and unstyled tooltip component for React, based on popman. View in-browser example.

Installation

npm install tipman

Usage

Example

const Tooltip = require('tipman')

<Tooltip around={<div>Hello</div>}>
  Hello, i am the popover content
</Tooltip>

More examples can be found in the examples directory.

props

All props are passed to popman, check out popman's documentation on properties.

Styling

Please refer to popman's styling documentation.

2.0.0

6 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago