Is there any way to add Material-UI to a simple React CodePen project ?
I'm trying to reproduce a <Slider> glitch and post it here, but i need to know this before.
Questions like this are better suited for stackoverflow. Issues are reserved for actual issues with material-ui.
Still, you should consider trying something like codesandbox or webpackbin.
Here is an example on codesandbox: https://codesandbox.io/s/n5XERJlj7
Try with one of those bundles for CodePen https://unpkg.com/[email protected]/umd/.
But, given you are referring to the Slider, I'm assuming you are targeting v0.x, sorry. We don't have umd build on that version. Also, given that v0.x is in a low maintenance mode, there is no much point at providing a reproduction example. If you want to get an issue fixed, you can submit a pull-request :).
Thanks for suggestions.
I have tried asking on stackoverflow, using the first sentence only, but i started getting negative votes, and decided to delete it, and came here.
@muscaiu that is unfortunate, but it can happen. I will try to spend a little more time monitoring the material-ui tag on stackoverflow to see if I can help.
Most helpful comment
Try with one of those bundles for CodePen https://unpkg.com/[email protected]/umd/.
But, given you are referring to the Slider, I'm assuming you are targeting v0.x, sorry. We don't have umd build on that version. Also, given that v0.x is in a low maintenance mode, there is no much point at providing a reproduction example. If you want to get an issue fixed, you can submit a pull-request :).