1.1.5 • Published 12 months ago
@mageplaza/react-carousel v1.1.5
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.
1.1.1
1 year ago
1.1.5
12 months ago
1.1.4
12 months ago
1.1.3
12 months ago
1.1.2
12 months ago
1.1.0
1 year ago
1.0.4-beta-1
1 year ago
1.0.4-beta-2
1 year ago
1.0.4-beta-3
1 year ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago