This package has been deprecated

Author message:

This element is deprecated. Use @advanced-rest-client/arc-ie instead

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

3.2.0 • Public • Published

Published on NPM

Build Status

export-options

Export options dialog for ARC

Example

<export-options></export-options>

API components

This components is a part of API components ecosystem

Usage

Installation

npm install --save @advanced-rest-client/export-options

In a LitElement

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

class SampleElement extends LitElement {
  render() {
    return html`
    <export-options @accept="${this._export}"></export-options>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/export-options
cd export-options
npm install

Running the demo locally

npm start

Running the tests

npm test

Package Sidebar

Install

npm i @advanced-rest-client/export-options

Weekly Downloads

3

Version

3.2.0

License

Apache-2.0

Unpacked Size

27.3 kB

Total Files

7

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret