2.0.0 • Published 5 years ago

tipman v2.0.0

Weekly downloads
30
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago