Repository URL to install this package:
|
Version:
3.12.16 ▾
|
| dist |
| lib |
| package.json |
| README.md |
@filerobot/commonA 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.