Slide Show


Import

Usage

Slideshow

Slide 1

Editable Code

Slideshow Customized

stream

Editable Code

Props

width

Description

It is used to set the width of the slideshow.

Values

String with valid width.

height

Description

It is used to set the height of the slideshow.

Values

String with valid height.

color

Description

It is used to set the color of the slideshow.

Values

primary | secondary | accent | error | warning | success

slides

Description

It is used to set the slides in the slideshow.

Values

React component.

prev

Description

It is used to set the previous indicator in the slideshow.

Values

Icon or a react component.

next

Description

It is used to set the next indicator in the slideshow.

Values

Icon or react component.

slidesCount

Description

It is used to set the number of slides that will be shown at a time in the slideshow after which user has to click the next indicator to see more slides.

Values

Number.

arrowColor

Description

It is used to set the color of the previous and the next arrow.

Values

primary | secondary | accent | error | warning | success

Note

To learn about customizing the components check this section of the docs.