3.0.0-preview.2 • Published 7 years ago
@advanced-rest-client/arc-view-settings-panel v3.0.0-preview.2
<arc-view-settings-panel>
Setting panel for ARC to control view
<arc-view-settings-panel></arc-view-settings-panel>API components
This components is a part of API components ecosystem
Usage
Installation
npm install --save @advanced-rest-client/arc-view-settings-panelIn an html file
<html>
  <head>
    <script type="module">
      import '@advanced-rest-client/arc-view-settings-panel/arc-view-settings-panel.js';
    </script>
  </head>
  <body>
    <arc-view-settings-panel rest-apis></arc-view-settings-panel>
  </body>
</html>In a Polymer 3 element
import {PolymerElement, html} from '@polymer/polymer';
import '@advanced-rest-client/arc-view-settings-panel/arc-view-settings-panel.js';
class SampleElement extends PolymerElement {
  static get template() {
    return html`
    <arc-view-settings-panel rest-apis></arc-view-settings-panel>
    `;
  }
}
customElements.define('sample-element', SampleElement);Installation
git clone https://github.com/advanced-rest-client/arc-view-settings-panel
cd api-url-editor
npm install
npm install -g polymer-cliRunning the demo locally
polymer serve --npm
open http://127.0.0.1:<port>/demo/Running the tests
polymer test --npm3.0.0-preview.2
7 years ago
3.0.0-preview.1
7 years ago