layout | title | nav_order | description | permalink |
---|---|---|---|---|
default |
Button |
5 |
button/ |
{: .no_toc }
O m-button
é o botão do Macaw. É possível desabilitá-lo ou adicionar um tooltip a ele.
Button Button disabled Icon button Button text
<m-button class="my-button" title="Button default">Button</m-button>
<m-button class="my-button--disabled" title="Button disabled" disabled>Button disabled</m-button>
<m-button><m-icon type="bold" name="sheet"></m-icon> Icon button</m-button>
<m-button title="Button text" type="text">Button text</m-button>
Propriedade | Atributo | Descrição | Tipo | Default |
---|---|---|---|---|
disabled |
disabled |
Botão desabilitado | boolean |
false |
tooltip |
title |
Tooltip do botão | string |
undefined |
type |
- | Tipo do botão (primary ou text ) |
string |
primary |
Method showPrompt
Type: Promise<string>