> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/ui-kit/development/components/megamenu/megamenu3.md).

# MegaMenu3

{% hint style="info" %}
All available props for the MegaMenu3 component are defined and handled within **Component usage path** file. This allows for easy modifications to the content of the megamenu section.
{% endhint %}

**Component path**: `src/blocks/mega-menu/MegaMenu3.tsx`

**Component usage path:**  `src/app/blocks/megamenu/megamenu3/page.tsx`

**Preview link:** [**https://www.saasable.io/blocks/megamenu/megamenu3**](https://www.saasable.io/blocks/megamenu/megamenu3)

## Props Details

| Prop            | Type                   | Description                                                            | Displayed as                                                                                                                                                                                                         |
| --------------- | ---------------------- | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **menuItems**   | `MenuItemsProps[]`     | Array of menu item objects, each with `icon`, `title`, and `content`.  | Renders a grid-style menu where each item appears as a button which containing a title, an optional icon  and additional content. The items are styled for responsiveness, adapting their layout on smaller screens. |
| **footerData**  | `ReactNode` (Optional) | Content to be displayed in the footer. Can be any valid React element. | Adds a footer section below the menu items, displaying any content passed as a React node.                                                                                                                           |
| **popperWidth** | `number` (Optional)    | Maximum width of the mega menu. Defaults to `725`.                     | Adjusts the maximum width of the entire menu container. Defaults to 725px but adapts to smaller screens for responsive design.                                                                                       |
| **footerSX**    | `SxProps` (Optional)   | Style object for customizing the footer's appearance.                  | Customizes the appearance of the footer section, including its padding, background color, or any additional styles that alter its layout or look.                                                                    |


---

# 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:

```
GET https://phoenixcoded.gitbook.io/saasable/ui-kit/development/components/megamenu/megamenu3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
