my-big-box
v1.0.2
Published
Interactive Box
Downloads
14
Readme
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