yogurt layout:一个小的JS布局计算库用于组织SVG和画布中的空间 源码

上传:qqfulfilment3735 浏览: 10 推荐: 0 文件:ZIP 大小:130.27KB 上传时间:2021-05-21 21:16:23 版权申诉
: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' ,
上传资源
用户评论