% 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, state=NULL, disabledElements=NULL, enabledElements=NULL,
hiddenElements=NULL, maxElementSelectable=NULL, forceTableLayout=NULL,
forwardOuterChange=NULL)
}

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

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

\item{disabledElements}{Unnamed list. A list of symbols to grey-out as disabled}

\item{enabledElements}{Unnamed list. A list of selected symbols}

\item{hiddenElements}{Unnamed list. A list of hidden symbols}

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

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

\item{forwardOuterChange}{Logical. Forward external changes}
}
