vwc-button
/
2.29.0
vwc-button 2.29.0
Install from the command line:
Learn more about npm packages
$ npm install @vonage/vwc-button@2.29.0
Install via package.json:
"@vonage/vwc-button": "2.29.0"
About this version
This component is an extension of
Property | Type |
---|---|
buttonElement |
HTMLElement |
dense |
boolean |
disabled |
boolean |
floatingLabelFoundation |
MDCFloatingLabelFoundation | undefined |
fullwidth |
boolean |
icon |
string |
label |
string |
lineRippleFoundation |
MDCLineRippleFoundation | undefined |
outlined |
boolean |
raised |
boolean |
ripple |
Promise<Ripple | null> |
shape |
ButtonShape |
trailingIcon |
boolean |
unelevated |
boolean |
form |
string |
type |
string |
Method | Type |
---|---|
blur |
(): void |
focus |
(): void |