Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.58 KB

button.md

File metadata and controls

25 lines (21 loc) · 2.58 KB

按钮用于开始一个即时操作。

引入

import { Button } from '@antv/component';

配置项

属性名 类型 描述 默认值
type 按钮类型 primary| dashed| link| text| default default
size 按钮尺寸 small| medium| large middle
shape circle|round 按钮形状 round
state disabled|active|default 按钮状态 default
ellipsis boolean 文本超长时是否缩略 false
padding number 按钮内边距 10
text string 按钮文本 -
markerSymbol Symbol 按钮图标 -
markerSize number 图标大小 10
markerSpacing number 图标与文本间距 10
onClick ClickEvent 点击事件 -
button{Style} StyleProps 按钮样式,见 DisplayObjectStyleProps -
text{Style} TextStyle 文本样式,见 TextStyleProps -