v-button
Usage
sample.component.html
sample.component.html<v-button
[disabled]="disabled"
(clickEvent)="buttonClick()"
mdiIcon="check"
type="success"
>
// The text displayed inside v-button is put inside the v-button html tags
{{ 'success' | translate }}
</v-button>Inputs
Property
Type
Required
Default
Description
Last updated