1.0.2 • Published 4 years ago
my-big-box v1.0.2
MsBox-react
Interactive React with TypeScript.

Live Demo
Install
npm install my-ms-boxHow to use it
import { MsBox } from 'my-ms-box';
import "my-ms-box/dist/index.css";
<MsBox initData={10} />You may handle actions
How to run example
cd ./example
npm install
npm start