react-octadground
v1.6.3
Published
React wrapper for octadground <https://github.com/dechristopher/octadground>
Readme
React Octadground
react-octadground is a React wrapper of Octadground
Installation
npm install --save react-octadgroundExample
- An example implementation with free move is provided in example
Usage
import Octadground from 'react-octadground'
import 'react-octadground/dist/styles/octadground.css'
const Demo: FC = props => {
return <Octadground />;
}Documentation
Options of Octadground are mapped to properties of react-octadground
You can refer to documentation of Octadground for detailed configuration

