--- 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'; ```