3.0.1 • Published 6 years ago
@advanced-rest-client/themes-panel v3.0.1
themes-panel
A panel to render themes installed in Advanced REST Client.
This panel does not have own model in ARC datastore as themes are handled differently in Electron and Chrome App. Each version of the application handles events but it's own.
Usage
Installation
npm install --save @advanced-rest-client/themes-panelIn a LitElement
import { LitElement, html } from 'lit-element';
import '@advanced-rest-client/themes-panel/themes-panel.js';
class SampleElement extends LitElement {
render() {
return html`
<themes-panel></themes-panel>
`;
}
}
customElements.define('sample-element', SampleElement);Development
git clone https://github.com/advanced-rest-client/themes-panel
cd themes-panel
npm installRunning the demo locally
npm startRunning the tests
npm testAPI components
This components is a part of API components ecosystem