@assaabloy/gw-group-assets-and-links-list

Web component - Assets And Links List

Usage no npm install needed!

<script type="module">
  import assaabloyGwGroupAssetsAndLinksList from 'https://cdn.skypack.dev/@assaabloy/gw-group-assets-and-links-list';
</script>

README

ASSA ABLOY Global web - web components

Assets And Links List

Custom HTML element

<gw-group-assets-and-links-list content="" theme=""></gw-group-assets-and-links-list>

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

content

{
  "title": "",
  "columns": [{  
  "assetsAndLinks": [
    {
      "title": "",
      "links": [
        {
          "title": "",
          "url": "",
          "asset": true,
          "fileSize": ""
        }
      ]
    },
  ]}]
  "config": {
    "reversedLayout": false,
    "columns": 1 | 2 | 3 | 4,
    "padding": {
      "top": true,
      "bottom": true
    }
  },
}

theme Two different background options:

  • "theme-alt-1" (white)
  • "theme-alt-2" (grey)

Dependencies @assaabloy/gw-group-vendor @assaabloy/brand-styles