Skip to content

Commit f604290

Browse files
authored
Merge pull request #546 from wwayne/refactoring
Refactoring
2 parents 5e607e9 + 326ee4d commit f604290

File tree

6 files changed

+37
-268
lines changed

6 files changed

+37
-268
lines changed

Diff for: Makefile

-62
This file was deleted.

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

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

14+
[Rogger794](https://github.com/Rogger794) Active maintainer - accepting PRs and doing minor testing, fixing issues or doing active development.
15+
1416
[huumanoid](https://github.com/huumanoid) (inactive)
1517

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

26+
or
27+
28+
```sh
29+
yarn react-tooltip
30+
```
31+
2432
## Usage
2533
**Using NPM**
2634

@@ -31,13 +39,13 @@ import ReactTooltip from 'react-tooltip'
3139
```
3240

3341
2 . Add data-tip = "your placeholder" to your element
42+
3443
```jsx
3544
<p data-tip="hello world">Tooltip</p>
3645
```
3746

3847
3 . Include react-tooltip component
3948

40-
4149
```js
4250
<ReactTooltip />
4351
```

0 commit comments

Comments
 (0)