1.0.2 • Published 3 years ago

scandiweb-carousel v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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>
);