3.0.1 • Published 4 years ago

@advanced-rest-client/import-panel v3.0.1

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
4 years ago

Published on NPM Build Status Published on webcomponents.org

import-panel

Data import screen for Advanced REST Client. Contains access to various import methods and data inspection view.

Usage

Installation

npm install --save @advanced-rest-client/import-panel

In a LitElement

import { LitElement, html } from 'lit-element';
import '@advanced-rest-client/import-panel/import-panel.js';

class SampleElement extends LitElement {
  render() {
    return html`
    <import-panel></import-panel>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/import-panel
cd import-panel
npm install

Running the tests

npm test

Running the demo locally

npm start

API components

This components is a part of API components ecosystem