From db3dcb7c66457ca4ff2531c339e55c63dc52d576 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 22:38:45 -0700 Subject: Mention util.js on all JS plugin pages (#22955) Fixes #20660 --- docs/4.0/components/carousel.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/4.0/components/carousel.md') diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index 29802f466..5061c9406 100644 --- a/docs/4.0/components/carousel.md +++ b/docs/4.0/components/carousel.md @@ -14,6 +14,8 @@ In browsers where the [Page Visibility API](https://www.w3.org/TR/page-visibilit Please be aware that nested carousels are not supported, and carousels are generally not compliant with accessibility standards. +Lastly, if you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util). + ## Example Carousels don't automatically normalize slide dimensions. As such, you may need to use additional utilities or custom styles to appropriately size content. While carousels support previous/next controls and indicators, they're not explicitly required. Add and customize as you see fit. -- cgit v1.2.3