├── README.md ├── contentstack_icon.svg ├── package.json ├── public └── index.html └── src ├── Item.js ├── index.js └── styles.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/README.md -------------------------------------------------------------------------------- /contentstack_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/contentstack_icon.svg -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/package.json -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/public/index.html -------------------------------------------------------------------------------- /src/Item.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/src/Item.js -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/src/index.js -------------------------------------------------------------------------------- /src/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishek305/react-carousel-component/HEAD/src/styles.css --------------------------------------------------------------------------------