libs/design/button/examples/src/stroked-button/stroked-button.component.html
<button daff-stroked-button>Default</button>
<button daff-stroked-button color="primary">Primary</button>
<button daff-stroked-button color="secondary">Secondary</button>
<button daff-stroked-button color="tertiary">Tertiary</button>
<button daff-stroked-button color="black">Black</button>
<button daff-stroked-button color="white">White</button>
<button daff-stroked-button color="theme">Theme</button>
<button daff-stroked-button color="theme-contrast">Theme Contrast</button>
<button daff-stroked-button><fa-icon [icon]="faChevronLeft" size="sm" daffPrefix></fa-icon>Button</button>
<button daff-stroked-button><fa-icon [icon]="faChevronRight" size="sm" daffSuffix></fa-icon>Button</button>
<button daff-stroked-button disabled>Disabled</button>
<button daff-stroked-button loading="true">Default</button>
<a href="#" daff-stroked-button>Link</a>