Buttons
介紹使用 Buttons 按鈕元件

Button,中文名為按鈕,通常用在網頁想要和使用者互動時的一種方法,互動的內容則會呈現在按鈕裡的文字。
主題色
<bpa-button theme="primary">Button</bpa-button>
大小
<bpa-button size="small">Button</bpa-button>
禁用
<bpa-button disabled>Button</bpa-button>
載入中
<bpa-button :loading="true">Button</bpa-button>
屬性
Name
Value
Type
Default
Required
Note
theme
primary, success, warning, danger, primary-ghost, success-ghost, warning-ghost, danger-ghost
String
disabled
Boolean
loading
Boolean
size
small, large
String
Demo
Last updated
Was this helpful?