Skip to content

FsButton

按钮,支持 el-button/a-button 的配置

Props

Prop nameDescriptionTypeValuesDefault
text文字string-""
icon图标string|object|func-""
iconRight右边的图标string|object|func-""
circle是否圆形按钮,text 需配置为 nullboolean-false
tooltiptooltip 配置,为空不显示 tooltipobject-undefined
buttonPropsx-button 的配置,当 x-button 的配置与 fs-button 的配置有冲突时可以配置在此处
比如:n-button 的 text
object-undefined
className--