davidchin/react-input-range

Slider not showing in version 1.3.0

ibrahimkte opened this issue · 3 comments

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

I had the same problem, until I added import "react-input-range/lib/css/index.css"; on the top of my component.

thank you @rawanabbas you saved me so much investigation time

thankyou @rawanabbas it worked perfectly