Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

arc-archive/import-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on NPM Build Status Published on webcomponents.org

This component is deprecated. Use arc-ie module instead.

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

About

This component is deprecated. Use `arc-ie` module instead.

Topics

Resources

License

Stars

Watchers

Forks