@trendyol-js/react-carousel
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

React Carousel

Release Pre-Release codecov.io badgen.net npm version

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.

Readme

Keywords

Package Sidebar

Install

npm i @trendyol-js/react-carousel

Weekly Downloads

5,868

Version

3.0.2

License

MIT

Unpacked Size

76.5 kB

Total Files

47

Last publish

Collaborators

  • trendyol-js