@filerobot/box
Usage
From NPM
The plugin is on NPM as @filerobot/box
npm install --save @filerobot/box
then
import Box from '@filerobot/box'
...
...
...
filerobot.use(Box, optionsObject)
From CDN
The plugin from CDN is found inside Filerobot
global object Filerobot.Box
const box = window.Filerobot.Box
...
...
...
filerobot.use(box, optionsObject)
Options
There are some few options for this plugin for helping in customization, as follow:
title: string
default: 'Box'
The title/label that would be shown & used for the plugin.
default: null
If you need to pass additonal headers for in companion requests then pass them in this property.