Skip to content

FloatButton 浮动按钮

悬浮操作按钮。

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

Released under the MIT License.