UNPKG

rc-infinite-carousel

Version:

A lightweight and customizable infinite carousel component for React. Perfect for displaying images, logos, testimonials, or any other content with smooth transitions and flexible configuration options.

43 lines (42 loc) 1.11 kB
{ "name": "rc-infinite-carousel", "version": "1.1.2", "rc-infinite-carousel": "A lightweight and customizable infinite carousel component for React, designed to display any type of content such as images, testimonials, or logos with smooth transitions and flexible settings.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "npx rollup -c" }, "keywords": [ "react", "carousel", "slider", "infinite-carousel", "react-carousel", "image-slider", "content-slider", "infinite-scroll", "testimonials-slider", "logos-slider", "react-slider", "responsive-carousel", "customizable-slider", "auto-play-carousel" ], "author": { "name": "Rahul", "url": "http://itrahul.me/" }, "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.7", "rollup": "^4.31.0", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.7.3", "react-dom": "^19.0.0" } }