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
- Host: GitHub
- URL: https://github.com/devphenom/3d-react-carousel
- Owner: devphenom
- Created: 2022-03-20T22:37:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:58:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T01:04:16.289Z (12 months ago)
- Topics: 3d-react, 3d-react-carousel, react, react-3d, react-3d-carousel, react-carousel, react-component
- Language: TypeScript
- Homepage:
- Size: 218 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3d-react-carousel
> A 3D React Library
[](https://www.npmjs.com/package/3d-react-carousel) [](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 (
)
}
```
## License
MIT © [devphenom](https://github.com/devphenom)