button component
npm install @vonage/vwc-buttonThis 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 |
| shape | ButtonShape |
| trailingIcon | boolean |
| unelevated | boolean |
| form | string |
| type | string |
| Method | Type |
|---------|------------|
| blur | (): void |
| focus | (): void |