Skip to content

Commit 2ebfce8

Browse files
authored
Update README.md
1 parent f79ce05 commit 2ebfce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default ({ items, fetchMoreItems }) => <div>
7070
- The wrapped component must be a Class-based component, not a functional one, because `Autoscroll` uses a `ref`.
7171
- This package is agnostic about any CSS you use. However, it assumes that you provide the adequate CSS to make the wrapped component have a scroll bar. (ie. `overflow-y:scroll;` and a set `height`)
7272

73+
# API
7374
## props
7475

7576
The `autoscroll` higher-order-component supports the followig props

0 commit comments

Comments
 (0)