5.0.1 • Published 4 years ago

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

Weekly downloads
65
License
Apache-2.0
Repository
github
Last release
4 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

4 years ago

5.0.0

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

4.0.0-preview.1

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.11

5 years ago

3.0.10

5 years ago

3.0.9

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

3.0.0-preview.3

5 years ago

2.0.0

5 years ago

3.0.0-preview.2

5 years ago

3.0.0-preview.1

5 years ago