diff --git a/apps/www/src/content/docs/components/carousel.md b/apps/www/src/content/docs/components/carousel.md index 83dc12c2..c1a34a73 100644 --- a/apps/www/src/content/docs/components/carousel.md +++ b/apps/www/src/content/docs/components/carousel.md @@ -256,6 +256,11 @@ You can get the reactive slot props like `carouselRef, canScrollNext..Prev, scro You can use the `plugins` prop to add plugins to the carousel. +```bash +npm i embla-carousel-autoplay +``` + + ```vue showLineNumbers {2,8-10}