https://github.com/trendyol/react-carousel
Lightweight carousel component for react
https://github.com/trendyol/react-carousel
carousel react slider
Last synced: 7 months ago
JSON representation
Lightweight carousel component for react
- Host: GitHub
- URL: https://github.com/trendyol/react-carousel
- Owner: Trendyol
- License: mit
- Created: 2020-04-07T11:51:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T11:17:18.000Z (11 months ago)
- Last Synced: 2025-06-30T05:04:19.756Z (7 months ago)
- Topics: carousel, react, slider
- Language: TypeScript
- Homepage: https://trendyol.github.io/react-carousel
- Size: 805 KB
- Stars: 309
- Watchers: 9
- Forks: 430
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React Carousel


[](https://codecov.io/github/Trendyol/react-carousel?branch=master)
[](https://badgen.net/bundlephobia/minzip/@trendyol-js/react-carousel)
[](https://badge.fury.io/js/%40trendyol-js%2Freact-carousel)
Please visit to [docs website](https://trendyol.github.io/react-carousel/docs/installation) for more details.
# Installation
```
npm i react react-dom @trendyol-js/react-carousel --save
```
# Usage
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Carousel } from '@trendyol-js/react-carousel';
import { Item } from './yourItem';
ReactDOM.render(
,
document.getElementById('root'),
);
```
# License
Distributed under the MIT License. See `LICENSE` for more information.