---
name: MagaSuperMenu
route: /components/maga-super-menu
menu: Components ⚡️
---

import { Playground } from "docz";
import {Icon} from "semantic-ui-react";
import MagaSuperMenu from "../index.tsx";
import {SUPER_MENU} from "../mock/index.tsx"

# MagaSuperMenu

Super menu padrão

## Props

Nenhuma

## Uso básico

<Playground style={{ height: "600px" }}>
  <MagaSuperMenu items={SUPER_MENU} trigger={<Icon name="th" />} onMenuItemClick={(item) => console.log(item) } />
</Playground>
