Header
Overview
When to use
t.b.d
When to consider an alternative
t.b.d.
Component
Default
The third level of nesting needs to have the prop nested
added to the last parent node to apply styling correctly.
Properties
Header
Property | Type | Required | Default |
---|---|---|---|
languages | Arrayof Array<{
"href": "String",
"label": "String"
}> | false | - |
search | Node | false | - |
onSearch | Func | false | - |
children | Node | false | - |
logo | String | false | /images/logo/logo-snx.svg |
logoLink | String | false | / |
Header.NavigationItem
Property | Type | Required | Default |
---|---|---|---|
label | String | true | - |
nested | Bool | false | - |
href | String | false | - |
children | Node | false | - |