5.0.1 • Published 5 years ago

@advanced-rest-client/arc-app-mixin v5.0.1

Weekly downloads
65
License
Apache-2.0
Repository
github
Last release
5 years ago

Published on NPM Build Status

arc-app-mixin

Advanced REST Client main application mixin to be shared between different versions of ARC (web, electron, chrome).

Usage

Installation

npm install --save @advanced-rest-client/arc-app-mixin

In a LitElement

import { LitElement, html } from 'lit-element';
import { ArcAppMixin } from  '@advanced-rest-client/arc-app-mixin/arc-app-mixin.js';

class SampleElement extends ArcAppMixin(LitElement) {
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/arc-app-mixin
cd arc-app-mixin
npm install

Running the tests

npm test

API components

This components is a part of API components ecosystem

5.0.1

5 years ago

5.0.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

6 years ago

4.0.0-preview.1

6 years ago

3.1.5

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-preview.3

6 years ago

2.0.0

6 years ago

3.0.0-preview.2

6 years ago

3.0.0-preview.1

6 years ago