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