Scandiweb Carousel
A Carousel made for you
Demo
https://scandiwebcarousel.netlify.app/
Package Manger
npm install scandiweb-carousel
Contributing
PLEASE review CONTRIBUTING.markdown prior to requesting a feature, filing a pull request or filing an issue.
Usage
By default, the component does not need anything except data to render a simple carousel.
import React from 'react';
import Carousel from 'scandiweb-carousel';
const
const MyCarousel = () => (
<SCarousel dummyData={data}>
</SCarousel>
);