react-input-range icon indicating copy to clipboard operation
react-input-range copied to clipboard

Slider not showing in version 1.3.0

Open ibrahimkte opened this issue 6 years ago • 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

ibrahimkte avatar Jan 10 '19 22:01 ibrahimkte

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

rawanabbas avatar Jan 14 '19 13:01 rawanabbas

thank you @rawanabbas you saved me so much investigation time

ibrahimkte avatar Jan 17 '19 16:01 ibrahimkte

thankyou @rawanabbas it worked perfectly

maniagga avatar Mar 05 '20 05:03 maniagga