Range
Slider components for single value or dual-handle range selection. Draggable handles with tooltip display using Framer Motion.
Import
import { RangeSingle, RangeDouble } from 'reablocks';
Common Props (RangeProps)
Both RangeSingle and RangeDouble share these base props:
| Prop | Type | Default | Description |
|---|---|---|---|
min | number | — | Minimum value |
max | number | — | Maximum value |
step | number | 1 | Step inc |
[Description truncada. Veja o README completo no GitHub.]