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

\alias{enlargeable}

\title{Enlargeable component}

\description{
Wrap content within this component to allow it to be enlarged into a full screen modal
}

\usage{
enlargeable(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 modal content}

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

\item{className}{Character. Additional class to apply to the modal-content element when enlarged}
}

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

