<NavigationDots />
Navigation dots component. It displays a dot for each slide to allow navigation.
const MySlider = () => (
<Slider
slides={slides}
>
<NavigationDots />
<SliderImage />
</Slider>
);

Get the code

Please, log in or sign up to see the code.