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

\alias{rangeSlider}

\title{RangeSlider component}

\description{
Slider input for selecting a single value in a range
}

\usage{
rangeSlider(id=NULL, className=NULL, debounce=NULL, domain=NULL,
inclusiveTickBounds=NULL, isLogScale=NULL, step=NULL,
styleInput=NULL, styleSlider=NULL, ticks=NULL, value=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{value}{Numeric | character. }
}

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

