Slider not showing in version 1.3.0
ibrahimkte opened this issue · 3 comments
ibrahimkte commented
The slider is not showing in version 1.3.0, i can see the min and max values and can mouse my mouse in the slider area which triggers the callbacks, but the component cannot be seen at all
rawanabbas commented
I had the same problem, until I added import "react-input-range/lib/css/index.css";
on the top of my component.
ibrahimkte commented
thank you @rawanabbas you saved me so much investigation time
maniagga commented
thankyou @rawanabbas it worked perfectly