https://github.com/sakalx/react-cube-3d
React cube-3d UI component
https://github.com/sakalx/react-cube-3d
3d animation cube react ui-components
Last synced: 2 months ago
JSON representation
React cube-3d UI component
- Host: GitHub
- URL: https://github.com/sakalx/react-cube-3d
- Owner: sakalx
- License: mit
- Created: 2019-04-08T22:37:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T20:42:21.000Z (about 2 years ago)
- Last Synced: 2025-03-18T13:06:10.229Z (2 months ago)
- Topics: 3d, animation, cube, react, ui-components
- Language: JavaScript
- Homepage: https://sakalx.github.io/react-cube-3d/
- Size: 3.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React cube3d UI component
> Zero dependency
> Touch support
____________________________________________________
## Install
```
npm install --save react-cube3d-component
```____________________________________________________
## Usage[DEMO](https://sakalx.github.io/react-cube-3d/)
```javascript
import React from 'react';
import Cube from 'react-cube3d-component';function App() {
return (
Front
Back
Right
Left
Top
Bottom
);
}
```