An open API service indexing awesome lists of open source software.

https://github.com/co2-git/reacted-tooltip

Tooltip/popover with React
https://github.com/co2-git/reacted-tooltip

Last synced: about 1 year ago
JSON representation

Tooltip/popover with React

Awesome Lists containing this project

README

          

reacted-tooltip
===

Tooltip/popover with React

# Usage

```js
import React from 'react';
import Tooltip from 'reacted-tooltip';

class Layout extends React.Component {
render () {
return (


Click me!


Hey! I am a tooltip


);
}
}
```

# Identify target

## Using reference

```html




```

## Using DOM selector

```html




```

## Use pointer as target

```html

```