Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
biblioteca de rango de entrada de reacción en React

Estoy tratando de crear una Range bar como esta

ingrese la descripción de la imagen aquí

usando react-input-range

pero al escribir este código

 import InputRange from 'react-input-range'; import 'react-input-range/lib/css/index.css'; <form action=""> <InputRange maxValue={100} minValue={0} formatLabel={value => `$${value}`} value={range} onChange={value => setRange(value)} onChangeComplete={value => console.log(value)} /> </form>

tengo esto

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Establezca el valor inicial de rango (estado) y estará listo para comenzar.

 const [range, setRange ]= useState({ min: 5, max: 10, }); <form action=""> <InputRange maxValue={100} minValue={0} formatLabel={value => `$${value}`} value={range} onChange={value => setRange(value)} onChangeComplete={value => console.log(value)} /> </form>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!