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

\alias{drawerContextProvider}

\title{DrawerContextProvider component}

\description{
Use DrawerContextProvider to render drawers that will automatically close when another drawer in the context is opened.
}

\usage{
drawerContextProvider(children=NULL)
}

\arguments{
\item{children}{A list of or a singular dash component, string or number. Children will be rendered within the DrawerContext.
Should contain at least a DrawerTrigger component and a Drawer component.}
}

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

