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

\alias{dualRangeSlider}

\title{DualRangeSlider component}

\description{
Slider input with controls for both the minimum and maximum bounds.
}

\usage{
dualRangeSlider(id=NULL, className=NULL, debounce=NULL, domain=NULL,
inclusiveTickBounds=NULL, isLogScale=NULL, step=NULL,
styleInput=NULL, styleSlider=NULL, ticks=NULL,
valueMax=NULL, valueMin=NULL)
}

\arguments{
\item{id}{Character. }

\item{className}{Character. }

\item{debounce}{Numeric. }

\item{domain}{List of numerics. }

\item{inclusiveTickBounds}{Logical. }

\item{isLogScale}{Logical. }

\item{step}{Numeric. }

\item{styleInput}{Named list. }

\item{styleSlider}{Named list. }

\item{ticks}{Numeric. }

\item{valueMax}{Numeric. }

\item{valueMin}{Numeric. }
}

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

