tipman
v2.0.0
Published
Tooltip component for React
Downloads
22
Maintainers
Readme
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.