3.0.0 • Published 5 years ago

@advanced-rest-client/arc-license-dialog v3.0.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
5 years ago

Published on NPM

Build Status

Published on webcomponents.org

arc-license-dialog

A license information dialog for ARC.

If any instance of ARC uses additional libraries that its license should be included then it accepts children as a license.

Example:

<arc-license-dialog></arc-license-dialog>

API components

This components is a part of API components ecosystem

Usage

Installation

npm install --save @advanced-rest-client/arc-license-dialog

In a LitElement

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

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

Development

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

Running the tests

npm test

Running the demo locally

npm start

API components

This components is a part of API components ecosystem