@filerobot/common
v3.74.1
Published
The common components shared between Filerobot Media Asset Widget modules
Downloads
24,955
Keywords
Readme
@filerobot/common
A helper NPM package containing the main components utilized by Filerobot Media Asset Widget.
Usage
NPM
npm install --save @filerobot/common
YARN
yarn add @filerobot/common
then
import { RangeSlider } from '@filerobot/common'
...
...
...
<RangeSlider {...rangeSliderProps} />
Note: Check each component's props from the component's file itself.