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

https://github.com/pjb0811/react-3d-cube

cube app using react & react-motion.
https://github.com/pjb0811/react-3d-cube

3d cube react react-motion

Last synced: 10 months ago
JSON representation

cube app using react & react-motion.

Awesome Lists containing this project

README

          

# react-3d-cube

> cube app using react & react-motion.

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

This package is included in [react-motion-components](https://github.com/pjb0811/react-motion-components).

## Install

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

## Usage

[demo](https://codesandbox.io/s/ojvpllm87q)

```tsx
import * as React from 'react';

import Cube from 'react-3d-cube';

class Example extends React.Component {
render() {
return (


react-3d-cube


no children





set children




front

right

back

left

top

bottom




);
}
}
```

## License

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