Skip to content

Commit 2e1e515

Browse files
committed
Add new loadMinimalLoader prop to documentation
1 parent b288b70 commit 2e1e515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ AppRegistry.registerComponent('myproject', () => swiper);
193193
| style | {...} | `style` | See default style in source. |
194194
| loadMinimal | false | `bool` | Only load current index slide , `loadMinimalSize` slides before and after. |
195195
| loadMinimalSize | 1 | `number` | see `loadMinimal` |
196+
| loadMinimalLoader | `<ActivityIndicator />` | `element` | Custom loader to display when slides aren't loaded
196197

197198
#### Pagination
198199

0 commit comments

Comments
 (0)