yogurt layout:一个小的JS布局计算库用于组织SVG和画布中的空间 源码
:soft_ice_cream: 酸奶布局 :glass_of_milk: 一个小的JS布局计算库,用于组织SVG和画布中的空间。 安装 yarn add yogurt-layout 或者 npm install yogurt-layout --save 例子 要获得此结果: 这样做,然后渲染给定的 : const layout = makeLayout ( { id : 'root' , direction : 'column' , width : 500 , height : 500 , padding : 20 , children : [ { id : 'title' , width : '100%' , height : 50 } , { id : 'chart' , width : '100%' , height : 'auto' ,
文件列表
yogurt-layout-main.zip
(预估有个17文件)
yogurt-layout-main
package.json
1KB
.yo-rc.json
182B
.prettierignore
36B
jest.config.js
69B
tests
index.test.js
2KB
__snapshots__
index.test.js.snap
4KB
LICENSE
1KB
暂无评论