3.0.1 • Published 5 years ago

@advanced-rest-client/project-details v3.0.1

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

Published on NPM

Build Status

Published on webcomponents.org

project-details

A project details screen for the Advanced REST Client.

Usage

Installation

npm install --save @advanced-rest-client/project-details

In a LitElement

import { LitElement, html } from 'lit-element';
import '@advanced-rest-client/project-details/project-details.js';

class SampleElement extends LitElement {
  render() {
    return html`
    <project-details .projectId="${pId}" draggableenabled></project-details>
    `;
  }
}
customElements.define('sample-element', SampleElement);

Development

git clone https://github.com/advanced-rest-client/project-details
cd project-details
npm install

Running the demo locally

npm start

Running the tests

npm test

API components

This components is a part of API components ecosystem