RLH-14 - Implement Button component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-link"
|
||||
[disabled]="buttonDisabled()"
|
||||
class="m-1 {{classes}}"
|
||||
[disabled]="isDisabled()"
|
||||
(click)="button.click()">
|
||||
{{button.text}}
|
||||
{{ button.text }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user