UNPKG

shogiboardjsx

Version:

Shogiboardjsx is a shogiboard for React. Inspired by Chessboardjsx

23 lines (13 loc) 387 B
# shogiboardjsx ## Installation ``` npm install --save shogiboardjsx ``` The package also depends on [React](https://reactjs.org/). Make sure you have that installed as well. ## Usage ```js import React from 'react'; import ReactDOM from 'react-dom'; import Shogiboard from 'shogiboardjsx'; ReactDOM.render(<Shogiboard position="start" />, document.getElementById('root')); ```