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

\alias{matSidebar}

\title{MatSidebar component}

\description{
Material navigation bar
}

\usage{
matSidebar(id=NULL, appId=NULL, currentApp=NULL, layout=NULL)
}

\arguments{
\item{id}{Character. The ID used to identify this component in Dash callbacks.}

\item{appId}{Character. This is a read-only prop that dash callback can subscribe to}

\item{currentApp}{Character. The ID of the current selected app}

\item{layout}{A value equal to: 'vertical', 'horizontal'. The layout of the sidebar}
}

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

