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

\alias{drawer}

\title{Drawer component}

\description{
Render drawer that can be opened by a ModalTrigger within a ModalContextProvider
}

\usage{
drawer(children=NULL, id=NULL, className=NULL)
}

\arguments{
\item{children}{A list of or a singular dash component, string or number. Children will be rendered as the drawer content}

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

\item{className}{Character. Class name applied to the top-level drawer div.
The "mpc-drawer" and "modal" classes are added automatically}
}

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

