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.
22 lines
291 B
22 lines
291 B
5 years ago
|
---
|
||
|
id: installation
|
||
|
title: Installation Guide
|
||
|
sidebar_label: Installation Guide
|
||
|
---
|
||
|
|
||
|
Carousel requires React 16.8 or greater.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```
|
||
|
npm i react react-dom @trendyol/react-carousel --save
|
||
|
```
|
||
|
|
||
|
---
|
||
|
|
||
|
## Importing
|
||
|
|
||
|
```jsx
|
||
|
import { Carousel } from '@trendyol/react-carousel';
|
||
|
```
|