1.0.6 • Published 5 years ago

@crpt/react-tooltip v1.0.6

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

react-tabs

Travis npm package Coveralls

Tooltip component.

Usage

Wrap Tooltip over component or element you want to make tooltip appears on hovering this element.

import { Tooltip } from  "@crpt/react-tooltip";


<Tooltip position="bottom" content={<div>Whaaat?</div>}>
  <div>HOVER MEEEE</div>
</Tooltip>
PropNameDescriptionExample
position: String(required)Tooltip position.<Tooltip position="bottom" content={I am tooltip content} />
content: Any(required)Any content you want to see in tooltip.<Tooltip position="bottom" content={I am tooltip content} />
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago