Skip to content

This component provides a pagination method with dots for any amount of images/slides.

Notifications You must be signed in to change notification settings

fulopdaniel/react-carousel-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This component provides a pagination method with dots for any amount of images/slides.

Quickstart

npm install --save react-carousel-dots

The minimum amount of code to make it work:

import Dots from 'react-carousel-dots';

<Dots length={10} active={0} />

Props

Name Default value Description
length - Required. The amount of dots you want to use.
active - Required. The index of the currently active dot.
visible 5 Optional. The amount of dots visible on mount.
size 16 Optional. The width and height of a dot.
margin 1 Optional. The right- and left-margin of a dot.
className - Optional. This class will be added to the holder div.

About

This component provides a pagination method with dots for any amount of images/slides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published