DaffButtonComponent
DaffButtonComponent is a rectangular contained button with background color.
import { DaffButtonComponent } from '@daffodil/design/button';
import { DaffButtonComponent } from '@daffodil/design/button'
@Component()
class DaffButtonComponent extends DaffButtonBaseDirective {}
Selector:
'button[daff-button]' + ',' + 'a[daff-button]'
Examples
Basic button
<button daff-button>
<div daffPrefix></div>
Button
<div daffSuffix></div>
</button>
<a href="/" daff-button>
<div daffPrefix></div>
Linked button
<div daffSuffix></div>
</a>