You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
297 B

---
id: installation
title: Installation Guide
sidebar_label: Installation Guide
---
Carousel requires React 16.8 or greater.
## Installation
```
npm i react react-dom @trendyol-js/react-carousel --save
```
---
## Importing
```jsx
import { Carousel } from '@trendyol-js/react-carousel';
```