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

\alias{synthesisRecipeCard}

\title{SynthesisRecipeCard component}

\description{
Display synthesis recipe data in a standardized card view.
}

\usage{
synthesisRecipeCard(id=NULL, className=NULL, data=NULL)
}

\arguments{
\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-data-block)}

\item{data}{Named list. Object (i.e. dictionary) of data to be displayed in the block.
Data should be in the format returned for a single result from the synthesis API endpoint.}
}

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

