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

\alias{modalTrigger}

\title{ModalTrigger component}

\description{
Render a trigger that opens a ModalContent that is within the same ModalContextProvider
}

\usage{
modalTrigger(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 trigger content}

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

\item{className}{Character. Class name applied to the modal trigger span.
The "mpc-modal-trigger" class is added automatically}
}

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

