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.
|
|
5 years ago | |
|---|---|---|
| .circleci | 6 years ago | |
| __tests__ | 6 years ago | |
| src | 5 years ago | |
| website | 5 years ago | |
| .dockerignore | 6 years ago | |
| .editorconfig | 6 years ago | |
| .gitignore | 6 years ago | |
| .npmignore | 6 years ago | |
| .nvmrc | 6 years ago | |
| .prettierrc.json | 6 years ago | |
| CHANGELOG.md | 6 years ago | |
| Dockerfile | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| docker-compose.yml | 6 years ago | |
| jest.config.js | 6 years ago | |
| package-lock.json | 6 years ago | |
| package.json | 5 years ago | |
| rollup.config.js | 6 years ago | |
| tsconfig.json | 6 years ago | |
| tslint.json | 6 years ago | |
README.md
React Carousel
Please visit to docs website for more details.
Installation
npm i react react-dom @trendyol-js/react-carousel --save
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Carousel } from '@trendyol-js/react-carousel';
import { Item } from './yourItem';
ReactDOM.render(
<Carousel>
<Item />
<Item />
<Item />
<Item />
</Carousel>,
document.getElementById('root'),
);
License
Distributed under the MIT License. See LICENSE for more information.