Skip to content

Commit

Permalink
docs: fix table markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
erichbehrens authored Dec 2, 2019
1 parent f26ddda commit 6561833
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 @@ -63,7 +63,7 @@ const slides = [
## Properties

| property | type | default | description |
|-|-|-|-|-|
|-|-|-|-|
| **slideIndex** | `number` | `0` | Index of the slide that will be initially displayed. |
| **duration** | `number` | `2000`(ms) | Duration of the animation in milliseconds. It is used to remove the `animateIn` and `animateOut` classNames and assign `current` after the transition has completed. |
| **disabled** | `boolean` | `false` | Disable slider navigation |
Expand Down

0 comments on commit 6561833

Please sign in to comment.