šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@advanced-rest-client/themes-panel

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/themes-panel

A panel to render themes installed in Advanced REST Client

3.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

advanced-rest-client

FAQs

Package last updated on 01 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts