React Octadground
react-octadground is a React wrapper of Octadground
Installation
npm install --save react-octadground
Example
- 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