@advanced-rest-client/project-detailsdeprecated

A project details panel for the Advanced REST Client

Usage no npm install needed!

<script type="module">
  import advancedRestClientProjectDetails from 'https://cdn.skypack.dev/@advanced-rest-client/project-details';
</script>

README

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