This package has been deprecated

Author message:

This component is deprecated

@advanced-rest-client/themes-panel

3.0.1 • Public • Published

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

/@advanced-rest-client/themes-panel/

    Package Sidebar

    Install

    npm i @advanced-rest-client/themes-panel

    Weekly Downloads

    6

    Version

    3.0.1

    License

    Apache-2.0

    Unpacked Size

    57.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • carowright
    • jarrodek
    • twoplustwoone
    • lbauret