We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e1473 commit de05cbcCopy full SHA for de05cbc
README.md
@@ -33,5 +33,6 @@ export default Autoscroll(MyList)
33
34
You must Explicitly pass down props in the wrapped component.
35
36
-`Autoscroll` returns the passed component without any additional markup. It attaches a signle event listener.
37
-It scrolls the component to the bottom whenever it updates, except if the user has scrolled up.
+##API
+`Autoscroll` returns the passed component without any additional markup.
38
+It scrolls the root node rendered by the component to the bottom whenever it updates, but not if the user has scrolled up.
0 commit comments