UNPKG

cloud-ui.vusion

Version:
36 lines (27 loc) 632 B
# LinearLayout ## Examples ### Basic ``` html <u-linear-layout> <u-button>Button</u-button> <u-button>Button</u-button> <u-button>Button</u-button> </u-linear-layout> ``` ### Direction ``` html <u-linear-layout direction="vertical"> <u-pagination></u-pagination> <u-pagination></u-pagination> <u-pagination></u-pagination> </u-linear-layout> ``` ## API ### Props/Attrs | Prop/Attr | Type | Default | Description | | --------- | ---- | ------- | ----------- | | direction | String | `'horizontal'` | 'horizontal' or 'vertical' | ### Slots | Slot | Description | | ---- | ----------- | | (default) | |