介紹使用 Buttons 按鈕元件
Last updated 11 months ago
Was this helpful?
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>
theme
primary, success, warning, danger, primary-ghost, success-ghost, warning-ghost, danger-ghost
String
disabled
Boolean
loading
size
small, large