@advanced-rest-client/arc-filesystem
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

arc-filesystem

A module with components and mixin function that adds support for filesystem processing in Advanced REST client

Published on NPM

Build Status

Usage

Installation

npm install --save @advanced-rest-client/arc-filesystem

ArcFileDropMixin

A mixin with common function used to drag and drop file import in Advanced REST Client.

import { LitElement, html } from 'lit-element';
import { ArcFileDropMixin } from '@advanced-rest-client/arc-filesystem';

class SampleElement extends ArcFileDropMixin(LitElement) {
  render() {
    return html`
    <h1>Drop file here</h1>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/arc-filesystem
cd arc-filesystem
npm install

Running the tests

npm test

Dependencies (3)

Dev Dependencies (12)

Package Sidebar

Install

npm i @advanced-rest-client/arc-filesystem

Weekly Downloads

4

Version

0.1.3

License

Apache-2.0

Unpacked Size

14.5 kB

Total Files

8

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret