Add docs for #17710
This commit is contained in:
parent
817d997b75
commit
b301129f02
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ title: Carousel
|
|||
group: components
|
||||
---
|
||||
|
||||
A slideshow component for cycling through elements—images or slides of text—like a carousel. **Nested carousels are not supported.**
|
||||
A slideshow component for cycling through elements—images or slides of text—like a carousel. In browsers where the [Page Visibility API](http://www.w3.org/TR/page-visibility/) is supported, the carousel will avoid sliding when the webpage is not visible to the user (such as when the browser tab is inactive, the browser window is minimized, etc.). **Nested carousels are not supported.**
|
||||
|
||||
## Contents
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue