> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/components/component-library/standard-components/component-header-with-navigation.md).

# Component: Header with Navigation

**Purpose:** A header to display the site logo, with options for a link to a customer's profile and a navigation menu. Use the [Header component](/components/component-library/standard-components/component-header.md) if you are just looking to display a logo.

{% embed url="<https://69c2cf3a42a094f3cd354b8d-cannwfeosv.chromatic.com/?path=/story/shop-components-layout-header-with-navigation--default&full=1&shortcuts=false&singleStory=true&embed=true>" %}

**Details:**

| **name**             | **type** | **options (if available)** | **default value**                                               | **Purpose**                                                                      |
| -------------------- | -------- | -------------------------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Logo                 | string   |                            | <https://s3-eu-west-1.amazonaws.com/limio-public/limiologo.png> | Logo for the header                                                              |
| Logo link            | string   |                            | /                                                               | Link if user clicks on the logo                                                  |
| Logo Text            | string   |                            |                                                                 | If this is filled than the Logo will be removed                                  |
| Height               | number   |                            | 1.25                                                            | Height of header                                                                 |
| Fixed to top?        | boolean  |                            | TRUE                                                            | Floating header or fixed                                                         |
| Navigation bar items | list     |                            |                                                                 | Fields: label, Text                                                              |
| Show profile?        | boolean  |                            | TRUE                                                            | Show profile icon                                                                |
| Profile icon color   | color    |                            | #A7A7A7                                                         | Icon profile picture                                                             |
| Profile icon link    | string   |                            | /mma                                                            | Redirect link of Log In text on profile icon                                     |
| Show basket icon?    | boolean  |                            | FALSE                                                           | Show basket icon                                                                 |
| Basket icon color    | color    |                            | #A7A7A7                                                         | Color of basket icon                                                             |
| Menu button color    | color    |                            | rgba(0,0,0,.5)                                                  | Color of menu icon (mobile)                                                      |
| Menu Button Icon url | string   |                            |                                                                 | Changes the menu icon - NOTE: The colour would depend on the SVG or PNG uploaded |
| Menu Button Text     | string   |                            |                                                                 | Text Placed next to the menu                                                     |
| Component Id         | string   |                            | nav-header-limio                                                |                                                                                  |

**NOTE**: If you want the nav-header component to show in both the **header** and **body** the set the 'Fixed to top?' property to FALSE


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.limio.com/components/component-library/standard-components/component-header-with-navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
