@assaabloy/wc-navigation

Web component - Navigation

Usage no npm install needed!

<script type="module">
  import assaabloyWcNavigation from 'https://cdn.skypack.dev/@assaabloy/wc-navigation';
</script>

README

ASSA ABLOY Global web - web components

Navigation

Custom HTML element

<gw-group-navigation content=""></gw-group-navigation>

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

content

{
  "currentPage": {
    "name": "ASSA ABLOY Career"
  },
  "menuItems": [
    {
      "label": "Open positions",
      "url": "/#ppen-positions"
    },
    {
      "label": "Diversity & inclusion",
      "url": "/#diversit-inclusion"
    },
    {
      "label": "Students",
      "url": "/#students"
    },
    {
      "label": "Life at ASSA Abloy",
      "url": "/#life-at-assa-abloy"
    },
    {
      "label": "Contact",
      "url": "/#contact"
    }
  ]
}

Dependencies
@assaabloy/gw-group-vendor