Get Started

DaffRaisedButtonComponent

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

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>
Graycore, LLC © 2018 - 2025. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.