[improvement] ImagePreview: add showIndicators prop (#1992)

This commit is contained in:
neverland
2018-10-29 17:46:12 +08:00
committed by GitHub
parent 2e3ecf6402
commit edaad55e30
5 changed files with 20 additions and 7 deletions
+1
View File
@@ -52,4 +52,5 @@ setTimeout(() => {
| images | Images URL list | `Array` | `[]` |
| startPosition | Start position | `Number` | `0` |
| showIndex | Whether to show index | `Boolean` | `true` |
| showIndicators | Whether to show indicators | `Boolean` | `false` |
| onClose | Close callback | `Function` | - |