@advanced-rest-client/themes-paneldeprecated

A panel to render themes installed in Advanced REST Client

Usage no npm install needed!

<script type="module">
  import advancedRestClientThemesPanel from 'https://cdn.skypack.dev/@advanced-rest-client/themes-panel';
</script>

README

Published on NPM

Build Status

Published on webcomponents.org

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