@assaabloy/gw-group-text-and-media-centered

Web component - Text And Media Centered

Usage no npm install needed!

<script type="module">
  import assaabloyGwGroupTextAndMediaCentered from 'https://cdn.skypack.dev/@assaabloy/gw-group-text-and-media-centered';
</script>

README

ASSA ABLOY Global web - web components

Text And Media Centered

Custom HTML element

<gw-group-text-and-media-centered content="" theme=""></gw-group-text-and-media-centered>

Properties | Name | Type | Description | | ------------- | --------- | ----------------------------- | | content | String | base64 encoded object | | theme | String | |

content

{
  "title": "Here goes an short intro to the section, maybe even a second row",
  "text": "<p>Duis dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>",
  "link": {
    "text": "Read more",
    "url": "/#",
    "type": "primary",
    "visible": true
  },
  "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