Skip to content

Commit

Permalink
Merge pull request ganlanyuan#477 from RodrigoTomeES/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ganlanyuan authored May 4, 2020
2 parents f6cbe5d + d152289 commit 73c1562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Option C: Import `tns` directly start from v2.8.2
| `container` | Node \| String | Default: `'.slider'`. <br> The slider container element or selector. |
| `mode` | "carousel" \| "gallery" | Default: "carousel". <br> Controls animation behaviour. <br> With `carousel` everything slides to the side, while `gallery` uses fade animations and changes all slides at once. |
| `axis` | "horizontal" \| "vertical" | Default: "horizontal". <br> The axis of the slider. |
| `items` | positive number | Default: 1. <br> Number of slides being displayed in the viewport. <br> If slides less than `items`, the slider won't be initialized. |
| `items` | positive number | Default: 1. <br> Number of slides being displayed in the viewport. <br> If slides less or equal than `items`, the slider won't be initialized. |
| `gutter` | positive integer | Default: 0. <br> Space between slides (in "px"). |
| `edgePadding` | positive integer | Default: 0. <br> Space on the outside (in "px"). |
| `fixedWidth` | positive integer \| false | Default: false. <br> Controls `width` attribute of the slides. |
Expand Down

0 comments on commit 73c1562

Please sign in to comment.