@filerobot/common

The common components shared between Filerobot Media Asset Widget modules

Usage no npm install needed!

<script type="module">
  import filerobotCommon from 'https://cdn.skypack.dev/@filerobot/common';
</script>

README

@filerobot/common

A helper NPM package containing the main components utilized by the Filerobot Media Asset Widget.

Usage

From NPM

The plugin is on NPM as @filerobot/icons

npm install --save @filerobot/icons

then

import { RangeSlider } from '@filerobot/common'
...
...
...
<RangeSlider {...rangeSliderProps} />

Note: Check each component's props from the component's file itself.