diff --git a/packages/grafana-ui/src/components/Menu/Menu.mdx b/packages/grafana-ui/src/components/Menu/Menu.mdx new file mode 100644 index 00000000000..297e6b7ce7c --- /dev/null +++ b/packages/grafana-ui/src/components/Menu/Menu.mdx @@ -0,0 +1,34 @@ +import { Meta, Props } from '@storybook/addon-docs/blocks'; +import { Overlay } from 'ol'; + +import { Menu } from './Menu'; + + + +# Menu + +A simple menu component. + +### When to use + +When you need to display a list of actions or navigation options in a dropdown. + +### Usage + +```tsx +import { Dropdown, Menu, Button } from '@grafana/ui'; +const menu = ( + + + + + +); +return ( + +