DaffButtonComponent is a rectangular contained button with background color.
<button daff-button>
<div daffPrefix></div>
Button
<div daffSuffix></div>
</button>
<a href="/" daff-button>
<div daffPrefix></div>
Linked button
<div daffSuffix></div>
</a>
Selector:
'' +
'button[daff-button]' + ',' +
'a[daff-button]'
Name | Type | Description |
---|