Usage
Initializing
-Initializing a check box
+Initializing a carousel
$('.ui.carousel')
.carousel()
diff --git a/node/src/documents/modules/carousel.html b/node/src/documents/modules/carousel.html index 9e0f56f72..ac6078b23 100755 --- a/node/src/documents/modules/carousel.html +++ b/node/src/documents/modules/carousel.html @@ -10,7 +10,7 @@ type : 'UI Module'
A carousel is a ui module which indicates a user's selection of a choice.
+A carousel alternates display between several pieces of content in sequence.