@advanced-rest-client/arc-license-dialog
v3.0.0
Published
A license information dialog for ARC
Downloads
10
Readme
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