Carousel

A wrapper for Tiny Slider for slideshow/carousel layouts. (http://ganlanyuan.github.io/tiny-slider/)


React Component

Default

Sage Component

SageCarousel
Property Description Type Default

options

Pass options that map to options available via Tiny Slider.

Hash

null

options.container

This option is automatically set by the component.

String

null

options.controls

This option is automatically set by the component. The arrows use custom styling and layout.

Boolean

null

options.loop

When the option loop is set to true, the dots will not be created.

Boolean

true

options.nav

This option is automatically set by the component. The dots use custom styling and layout.

Boolean

null

Sections

Element

sage_carousel_items

Carousel items can contain any component from Sage. sage_carousel_items will convert those components into slides. For best results, use same-level, same-type elements or components.

Arbitrary

Do
  • Use same-level, same-type elements or components.

Don't
  • Provide these options, as they are set manually: container, controls, nav.