1.0.3 • Published 6 years ago

beeui-wxc-flex v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

wxc-flex

BeeUI 小程序组件 - flex

Install

$ min install beeui-wxc-flex

API

Flex

名称描述
dir主轴方向。取值范围: - left:水平正序(默认) - right:水平倒序 - top:垂直正序 - bottom:垂直倒序
main主轴对齐方式。取值范围: - start:启点排列(默认) - end:终点排列 - between:两端对齐 - center:居中对齐 - around:等间分布
cross交叉轴对齐方式。取值范围: - stretch:拉伸铺满(默认) - start:启点排列 - end:终点排列 - center:居中对齐 - baseline:基线对齐
wrap换行设置。取值范围: - nowrap:不换行(默认) - wrap:正序换行 - reverse:倒序换行

ChangeLog

v1.0.0(2018-4-8)

  • 初始版本
1.0.3

6 years ago