3.0.1 • Published 5 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-panel
In 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 install
Running the demo locally
npm start
Running the tests
npm test
API components
This components is a part of API components ecosystem