import { DaffFlatButtonComponent } from '@daffodil/design/button'
DaffFlatButtonComponent is a rectangular contained button no background.
@Component()
class DaffFlatButtonComponent extends DaffButtonBaseDirective {}
<button daff-flat-button>
<div daffPrefix></div>
Flat Button
<div daffSuffix></div>
</button>
<a href="/" daff-flat-button>
<div daffPrefix></div>
Linked flat button
<div daffSuffix></div>
</a>