---
title: Menu
sidebar_label: Menu
---
import { StoryWithControls } from '../../../src/components/StorybookWrapper';
# Menu
Navigation menu component supporting horizontal, vertical, and inline modes. Based on Ant Design Menu with Superset styling.
## Live Example
## Try It
Edit the code below to experiment with the component:
```tsx live
function Demo() {
return (
);
}
```
## Vertical Menu
```tsx live
function VerticalMenu() {
return (
);
}
```
## Menu with Icons
```tsx live
function MenuWithIcons() {
return (