An open API service indexing awesome lists of open source software.

https://github.com/devphenom/3d-react-carousel

A 3D React Carousel Library
https://github.com/devphenom/3d-react-carousel

3d-react 3d-react-carousel react react-3d react-3d-carousel react-carousel react-component

Last synced: 12 months ago
JSON representation

A 3D React Carousel Library

Awesome Lists containing this project

README

          

# 3d-react-carousel

> A 3D React Library

[![NPM](https://img.shields.io/npm/v/3d-react-carousel.svg)](https://www.npmjs.com/package/3d-react-carousel) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save 3d-react-carousel
```

or

```bash
yarn add 3d-react-carousel
```

## Usage

```tsx
import React, { Component } from 'react'

import MyComponent from '3d-react-carousel'
import '3d-react-carousel/dist/index.css'

const Example = () => {
return (



5
5
5
5
5
5
5


)
}
```

## License

MIT © [devphenom](https://github.com/devphenom)