Skip to content

Commit 9d2b27c

Browse files
Update carousel.md
1 parent 3c83533 commit 9d2b27c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/components/carousel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ You can easily customize the duration and animation style of the carousel compon
247247
</div>
248248
{{< /example >}}
249249

250-
## JavaScript
250+
<!-- ## JavaScript
251251
252252
Alternatively to the data attributes, you can also choose to initialise a new carousel component based on the `new Carousel(id, options)` object constructor and access the public methods.
253253
@@ -284,4 +284,4 @@ carousel.cycle()
284284
285285
// pauses the cycling (automated sliding)
286286
carousel.pause()
287-
```
287+
``` -->

0 commit comments

Comments
 (0)