% Auto-generated: do not edit by hand
\name{dlcMenuBar}

\alias{dlcMenuBar}

\title{MenuBar component}

\description{
A widget which displays menus as a canonical menu bar.   {@link https://jupyterlab.github.io/lumino/widgets/classes/menubar.html} @hideconstructor  @example //Python: import dash import dash_lumino_components as dlc  menuBar = dlc.MenuBar([     dlc.Menu([         dlc.Command(id="com:openwidget", label="Open", icon="fa fa-plus"),     ], id="exampleMenu", title="Example") ], 'menuBar')
}

\usage{
dlcMenuBar(children=NULL, id=NULL)
}

\arguments{
\item{children}{A list of or a singular dash component, string or number. An array of the menus (dlc.Menu)
@type {Menu[]}}

\item{id}{Character. ID of the widget
@type {string}}
}

\value{named list of JSON elements corresponding to React.js properties and their values}

