Button

按钮, 支持情景色主题

基本使用

<!-- 默认块级元素宽度100%, 带圆角 -->
<a-button>开始</a-button>

支持情景色

<a-button type="success">开始</a-button>

inline

<a-button inline>行内小按钮</a-button>

幽灵样式

<a-button outline>开始</a-button>

禁用

<a-button disabled>开始</a-button>

加载动画

<a-button loading>发送</a-button>

圆形按钮

<a-button circle>发送</a-button>

图标

<!-- 支持Icon组件支持的图标 -->
<a-button circle icon="tick">发送</a-button>

API

props
参数说明类型默认值可选值是否必选
type情景色Stringprimaryprimary success danger等
inline行内小按钮Booleanfalsetrue false
disabled禁用Booleanfalsetrue false
hasRipple是否点击有水波纹动画Booleantruetrue false
ghost是否采用镂空样式按钮Booleanfalsetrue false
circle是否圆角为100%Booleanfalsetrue false
icon图标String-Icon组件支持的图标
loading是否显示加载动画Booleanfalsetrue false
nativeType原生button的type属性Booleanfalsetrue false
rounded是否有圆角Booleantruetrue false
中国移动
19:01:30
86%