react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.03k stars 767 forks source link

CodeSandBoxes of documentation have import error 'ModuleNotFoundError' #832

Open AlexString opened 2 years ago

AlexString commented 2 years ago

Opening (I think) any CodeSandBox of slider-react-component.vercel.app has this import error

I have only opened Marks and Slider demos

A Slider demo with import error: https://codesandbox.io/s/p8ytog

I changed :

import 'rc-slider/dist/rc-slider.css';

to:

import 'rc-slider/assets/index.css';

So it works well with this importation.

AlexString commented 2 years ago

Also it would be nice to find a page where it can be showed how to style these Slidebars, I didn't find any.