File tree 1 file changed +14
-9
lines changed 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,20 @@ An example of how to use the library
68
68
69
69
Component props:
70
70
71
- | Prop | Type | Default | Description |
72
- | ------------- | ------ | ------- | ----------------------------------------- |
73
- | threshold | number | 0 | Threshold to call loadMore |
74
- | elementScroll | node | - | Element to bind scroll |
75
- | window | bool | false | Bind scroll in window |
76
- | hasMore | bool | true | Tells you if there are more items to load |
77
- | loadMore | func | -- | Call with offset |
78
- | horizontal | bool | false | Changing orientation |
79
- | reverse | bool | false | Revese scroll direction |
71
+ | Prop | Type | Default | Description |
72
+ | --------------- | ------ | ------- | ----------------------------------------- |
73
+ | ` threshold ` | number | 0 | Threshold to call loadMore |
74
+ | ` elementScroll ` | node | - | Element to bind scroll |
75
+ | ` window ` | bool | false | Bind scroll in window |
76
+ | ` hasMore ` | bool | true | Tells you if there are more items to load |
77
+ | ` horizontal ` | bool | false | Changing orientation |
78
+ | ` reverse ` | bool | false | Revese scroll direction |
79
+
80
+ ## Events
81
+
82
+ | Event | Description |
83
+ | ---------- | ----------------------------------------- |
84
+ | ` loadMore ` | Tells you if there are more items to load |
80
85
81
86
## NPM Statistics
82
87
You can’t perform that action at this time.
0 commit comments