Hey there,
I’m trying to add the “react-slider” for react package but I can’t access the component.
npm install --save react-slider
import React, { ReactSlider ,Component, PropTypes } from 'react';
Unfortunately I can’t access it in my Render() method.
Anything else I have to consider?
Best regards