vwc-badge
/
2.33.1
vwc-badge 2.33.1
Install from the command line:
Learn more about npm packages
$ npm install @vonage/vwc-badge@2.33.1
Install via package.json:
"@vonage/vwc-badge": "2.33.1"
About this version
Represents a badge custom element. badge is a label that holds small amounts of information. A badge can be used to display unread notifications, or to label a block of text. Badges don’t work for navigation because they can't include a hyperlink.
Property | Attribute | Type | Default |
---|---|---|---|
connotation |
connotation |
Connotation.Primary | Connotation.CTA | Connotation.Success | Connotation.Alert | Connotation.Warning | Connotation.Info | undefined |
|
dense |
dense |
boolean |
false |
enlarged |
enlarged |
boolean |
false |
icon |
icon |
string | undefined |
|
iconTrailing |
iconTrailing |
string | undefined |
|
layout |
layout |
Layout.Filled | Layout.Outlined | Layout.Soft |
"filled" |
shape |
shape |
Shape.Rounded | Shape.Pill | undefined |
|
text |
text |
string | undefined |
Name | Description |
---|---|
default | This is a default/unnamed slot to assign text content. deprecated please use text property instead |