A helper NPM package containing the main components utilized by Filerobot Media Asset Widget.
npm install --save @filerobot/common
yarn add @filerobot/common
then
import { RangeSlider } from '@filerobot/common'
...
...
...
<RangeSlider {...rangeSliderProps} />
Note: Check each component's props from the component's file itself.