1.0.2 • Published 3 years ago
my-big-box v1.0.2
MsBox-react
Interactive React with TypeScript.
Live Demo
Install
npm install my-ms-box
How 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