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

\alias{periodicTableInput}

\title{PeriodicTableInput component}

\description{
MpPeriodicTableInput is a component that allows user to select some components from a periodic table
}

\usage{
periodicTableInput(id=NULL, forceTableLayout=NULL, maxElementSelectable=NULL,
state=NULL)
}

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

\item{forceTableLayout}{A value equal to: 'spaced', 'compact', 'small', 'map'. Force the table to be in a specific layout}

\item{maxElementSelectable}{Numeric. Maximum number of selectable elements}

\item{state}{Named list. This is a read-only prop that dash callback can subscribe to}
}

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

