GitHub

DaffRaisedButtonComponent

DaffRaisedButtonComponent is a rectangular contained button with background color and elevation.

import { DaffRaisedButtonComponent } from '@daffodil/design/button';
import { DaffRaisedButtonComponent } from '@daffodil/design/button'
@Component()
class DaffRaisedButtonComponent extends DaffButtonBaseDirective {}
Selector: 'button[daff-raised-button]' + ',' + 'a[daff-raised-button]'

Examples

Raised button

<button daff-raised-button>
 <div daffPrefix></div>
 Raised Button
 <div daffSuffix></div>
</button>

<a href="/" daff-raised-button>
 <div daffPrefix></div>
 Linked raised button
 <div daffSuffix></div>
</a>