We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d003dc commit 9b6ed8aCopy full SHA for 9b6ed8a
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
dist
3
-.DS_Store
+.DS_Store
4
+build
README.md
@@ -14,10 +14,12 @@ yarn add use-overflow
14
15
## Usage
16
17
+[Check out the live example](https://amorriscode.github.io/use-overflow/).
18
+
19
```tsx
20
import * as React from 'react'
21
-import { useMyHook } from 'use-overflow'
22
+import { useOverflow } from 'use-overflow'
23
24
const Example = () => {
25
const horizonstalRef = React.useRef(null);
0 commit comments