@advanced-rest-client/arc-license-dialog

3.0.0 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i @advanced-rest-client/arc-license-dialog

Weekly Downloads

1

Version

3.0.0

License

Apache-2.0

Unpacked Size

40.3 kB

Total Files

12

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret