Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  dist
  lib
  package.json
  README.md
Size: Mime:
  README.md

@filerobot/common

Plugins Website Version Scaleflex team License CodeSandbox

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.