|
1 | 1 | # React Popper |
2 | 2 |
|
3 | | -[](https://travis-ci.org/popperjs/react-popper) |
| 3 | +[](https://github.com/popperjs/react-popper/actions?query=workflow%3A%22Unit+Tests%22) |
4 | 4 | [](https://www.npmjs.com/package/react-popper) |
5 | 5 | [](https://www.npmjs.com/package/react-popper) |
6 | 6 | [](https://david-dm.org/souporserious/react-popper) |
@@ -74,7 +74,8 @@ const Example = () => { |
74 | 74 |
|
75 | 75 | ### 2. Render Props (legacy) |
76 | 76 |
|
77 | | -This is a legacy API for compatibility with v1.x users moving to Popper v2. We recommend using the `usePopper` Hook in new code. |
| 77 | +This is a legacy API for compatibility with v1.x users moving to Popper v2. We |
| 78 | +recommend using the `usePopper` Hook in new code. |
78 | 79 |
|
79 | 80 | <details> |
80 | 81 | <summary>View details</summary> |
@@ -159,7 +160,8 @@ has been destroyed. |
159 | 160 |
|
160 | 161 | ### Render Props |
161 | 162 |
|
162 | | -This is a legacy API for compatibility with v1.x users moving to Popper v2. We recommend using the `usePopper` Hook in new code. |
| 163 | +This is a legacy API for compatibility with v1.x users moving to Popper v2. We |
| 164 | +recommend using the `usePopper` Hook in new code. |
163 | 165 |
|
164 | 166 | <details> |
165 | 167 | <summary>View details</summary> |
@@ -314,7 +316,8 @@ const Example = () => { |
314 | 316 | ## Usage without a reference `HTMLElement` |
315 | 317 |
|
316 | 318 | Whenever you need to position a popper based on some arbitrary coordinates, you |
317 | | -can provide Popper with a [virtual element](https://popper.js.org/docs/v2/virtual-elements/). |
| 319 | +can provide Popper with a |
| 320 | +[virtual element](https://popper.js.org/docs/v2/virtual-elements/). |
318 | 321 |
|
319 | 322 | ```jsx |
320 | 323 | import { usePopper } from 'react-popper'; |
|
0 commit comments