Web component - Hero Fullwidth
npm install @assaabloy/wc-hero-fullwidth!ASSA ABLOY
Global web - web components
Custom HTML element
``html`
Properties
| Name | Type | Description |
| ------------- | --------- | ----------------------------- |
| heroData | String | base64 encoded |
heroData
`json``
{
"size": "mini|midi|maxi",
"alignItems": "top|center|bottom",
"textBackgroundColor": "default",
"image": {
"url": "https://picsum.photos/900/500"
},
"header": {
"text": "Unlock your potential at ASSA ABLOY"
},
"body": {
"text": "This is body text. This is body text. This is body text."
},
"cta": {
"label": "Career",
"type": "primary",
"url": "/career",
"target": ""
}
}
Dependencies \
@assaabloy/wc-vendor