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

\alias{formula}

\title{Formula component}

\description{
Render formula strings with proper subscripts. Note that this component expects the string to be a valid formula.
}

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

\arguments{
\item{children}{A list of or a singular dash component, string or number. Use the children prop to set the content of the formula.
Must be a simple string.}

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

\item{className}{Character. Class name(s) to append to the component's default class (mpc-formula)}
}

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

