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

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

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


);
}
```