@advanced-rest-client/import-paneldeprecated

The import data view for Advanced REST CLient

Usage no npm install needed!

<script type="module">
  import advancedRestClientImportPanel from 'https://cdn.skypack.dev/@advanced-rest-client/import-panel';
</script>

README

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