Skip to content

Commit 42d58e8

Browse files
committed
docs: add upcoming version badge for preventExcessiveDragging
1 parent 9e52864 commit 42d58e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Available Props
44

55
| Prop | Default | Description |
6-
| -------------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6+
| -------------------------- | -------------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
77
| `enabled` | true | Controlled weather the carousel is enabled or disabled. <Badge text="0.8.0"/> |
88
| `itemsToShow` | 1 | Count of items to showed per view (can be a fraction). Must be between 1 and the total number of slides. If set to a value less than 1, it defaults to 1. If set to a value greater than the total number of slides, it defaults to the total number of slides. |
99
| `itemsToScroll` | 1 | Number of slides to be scrolled |
@@ -22,7 +22,7 @@
2222
| `gap` | 0 | Used to add gap between the slides. <Badge text="0.6.0"/> |
2323
| `height` | 'auto' | Carousel track height. <Badge text="0.7.0"/> |
2424
| `ignoreAnimations` | false | List of animation names to ignore for size calculations. Can be a boolean, string, or array of strings. <Badge text="0.10.0"/> |
25-
| `preventExcessiveDragging` | false | Prevents unwanted dragging behavior when the carousel reaches its first or last slide. |
25+
| `preventExcessiveDragging` | false | Prevents unwanted dragging behavior when the carousel reaches its first or last slide. <Badge text="0.13.0" /> |
2626

2727

2828

0 commit comments

Comments
 (0)