Skip to main content

Drill Down Menu

This is the <DrillDownMenu /> component.


Examples

<DrillDownMenu items={menuItems} />

Basic Usage

<DrillDownMenu items={menuItems} />

Props

NameTypeDefaultDescription
defaultOpen?booleanfalseSet to true if this item's submenu is open by default
submenu?Array<MenuItemType>undefinedNested Menu List as part of the current item's submenu
title?stringundefinedThe title of the MenuItem
url?stringundefinedThe URL that will open if this Menu Item is clicked; Note: if submenu is present, omit URL

DrillDownMenuProps

NameTypeDefaultDescription
items?Array<MenuItemType>undefinedThe items that will be displayed in the menu
width?string"300px"The width of the menu