Appearance
wiz-social-follow-icons
UI element to show the set of social icons.
Learn more about components
Usage
Markup:
html
<wiz-social-follow-icons align-icons="left" :items="iconItems" icon-border-style="rounded" icon-border-color="#fff"></wiz-social-follow-icons>Localization:
html
<i18n>
{
"en": {
"alt1": "LinkedIn",
"alt2": "Twitter",
"alt3": "YouTube",
"alt4": "Facebook",
"alt5": "Google+"
}
}
</i18n>Properties
The following properties are available:
| Property | Type | Default value | Description |
|---|---|---|---|
alignIcons | string | center | Icon alignment on the email layout. One of: center, left, right |
iconBorderColor | string | #ffffff | The icon border color. |
iconBorderStyle | string | squared | Icon border radius. One of: squared, rounded. |
itemBorderWidth | number | 1 | Border width of the social icon. |
items | array | [...] | Icons you need to include. Available keys: "link", "alt", "icon", "__label" |
itemWidth | number | 30 | The icon width. |