Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assaabloy/gw-group-nav-header

Package Overview
Dependencies
Maintainers
9
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assaabloy/gw-group-nav-header - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

navHeader.js

2

LICENSE.md

@@ -21,2 +21,2 @@ MIT License

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
{
"name": "@assaabloy/gw-group-nav-header",
"version": "0.0.2",
"description": "Web component - Navigation",
"version": "1.0.0",
"description": "Web component - Header navigation",
"type": "module",
"main": "navigation.js",
"module": "navigation.js",
"main": "navHeader.js",
"module": "navHeader.js",
"repository": {

@@ -14,6 +14,6 @@ "type": "git",

"license": "MIT",
"gitHead": "fa89b0e6f68b88f4348e2963919a9d07aba9d6a9",
"publishConfig": {
"access": "public"
}
},
"gitHead": "a788b6e8b74b2c426a634baffb797b409ff50c75"
}
![ASSA ABLOY](https://upload.wikimedia.org/wikipedia/commons/e/e8/Assa-Abloy-Logo.svg)
<sup>Global web - web components</sup>
# Navigation
# Header with navigation and language switcher
**Custom HTML element**
```html
<gw-group-nav-header content=""></gw-group-nav-header>
<gw-group-nav-header headerData=""></nav-header>
```
**Properties**
| Name | Type | Description |
| ------------- | --------- | ----------------------------- |
| content | String | base64 encoded object |
| Name | Type | Description |
| ------------- | --------- | ----------------------------- |
| headerData | Object | base64 encoded |
**content**
**headerData**
```js
{
"currentPage": {
"name": "ASSA ABLOY Career"
"navigationData": {
"currentPage": {
"name": "ASSA ABLOY Career"
},
"menuItems": [
{
"label": "Open positions",
"url": "#open-positions"
},
{
"label": "Diversity & inclusion",
"url": "#diversity-inclusion"
},
{
"label": "Students",
"url": "#students"
},
{
"label": "Life at ASSA Abloy",
"url": "#life-at-assa-abloy"
},
{
"label": "Contact",
"url": "#contact"
}
]
},
"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"
}
]
"languageSwitcherData": {
"currentLanguage": "English",
"languages": [
{
"label": "English",
"url": "#en"
},
{
"label": "Swedish",
"url": "#se"
},
{
"label": "French",
"url": "#fr"
}
]
}
}
```
**Dependencies** \
@assaabloy/gw-group-vendor
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc