Get Started

DaffButtonComponent

DaffButtonComponent is a rectangular contained button with background color.

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