Skip to content

Commit

Permalink
Merge pull request #546 from wwayne/refactoring
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
roggervalf committed Feb 6, 2020
2 parents 5e607e9 + 326ee4d commit f604290
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 268 deletions.
62 changes: 0 additions & 62 deletions Makefile

This file was deleted.

10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -11,6 +11,8 @@

[aronhelser](https://github.com/aronhelser) Passive maintainer - accepting PRs and doing minor testing, but not fixing issues or doing active development.

[Rogger794](https://github.com/Rogger794) Active maintainer - accepting PRs and doing minor testing, fixing issues or doing active development.

[huumanoid](https://github.com/huumanoid) (inactive)

We would gladly accept a new maintainer to help out!
Expand All @@ -21,6 +23,12 @@ We would gladly accept a new maintainer to help out!
npm install react-tooltip
```

or

```sh
yarn react-tooltip
```

## Usage
**Using NPM**

Expand All @@ -31,13 +39,13 @@ import ReactTooltip from 'react-tooltip'
```

2 . Add data-tip = "your placeholder" to your element

```jsx
<p data-tip="hello world">Tooltip</p>
```

3 . Include react-tooltip component


```js
<ReactTooltip />
```
Expand Down

0 comments on commit f604290

Please sign in to comment.