README
Global web - web components
Embed component (iframe)
Custom HTML element
<gw-group-embed content="" theme=""/></gw-group-embed>
Properties | Name | Type | Description | | ------------- | --------- | ----------------------------- | | content | String | base64 encoded object | | theme | String | |
content
{
"height": "50%", // px or percentage value.
"embedUrl": "https://example.com",
"embedTitle": "Iframe title",
"config": {
"padding": {
"top": true,
"bottom": true
}
}
}
theme Two different color options:
- "theme-alt-1" (white)
- "theme-alt-2" (grey)
Dependencies
@assaabloy/gw-group-vendor
@assaabloy/brand-styles