拖动布局
概述
基于react完成的一个插件,拖拽修改页面布局。核心代码在src/drag_layout/index.js。
演示
下载后项目启动
# install dependencies
npm install
# Start the service
npm run start
# build for development
npm run dev
# build for production
npm run umd
提供参数
boxSource array 要排列的盒子的数据源 [ { id , title , width , height , top , left , render } ]
id ,
title
width , 1 ~12 代表格数, 整个宽包括12个格和11个固定margin
hei
1