Skip to content

Split 分割面板

可拖拽分割面板。

vue
<ASplit direction="horizontal" default-size="50%">
  <template #default>
    <div>左侧面板</div>
    <div>右侧面板</div>
  </template>
</ASplit>
属性类型默认值说明
direction'horizontal'|'vertical''horizontal'方向
defaultSizestring'50%'默认比例
minstring|number'100px'最小尺寸

FloatButton 浮动按钮

vue
<AFloatButton type="primary" @click="scrollToTop">↑</AFloatButton>
属性类型默认值说明
type'default'|'primary''primary'类型
shape'circle'|'square''circle'形状
rightnumber|string40右侧距离
bottomnumber|string40底部距离

Released under the MIT License.