Skip to content
kapable

RangeField

Forms · 1 export · v0.1.0 · showcase

Native range input with Field labeling, hints, errors, and bounds.

Browse 72 component families

Usage

RangeField usage
<RangeField label="Failure threshold" name="threshold" min={0} max={100} />

API

RangeField API

RangeFieldProps

RangeField props
proptypenotes
labelstring
namestring
id?string
error?string | null
hint?RemixNode
disabled?boolean
min?number
max?number
step?number | 'any'
defaultValue?number
mix?MixInput

More in Forms

More in Forms