1.1.44 • Published 4 years ago

@ppci-mock/allocation-graph v1.1.44

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Allocation Graph

Table of contents

Installation

NPM

npm i @ppci-mock/allocation-graph

// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs

Usage

Javascript

import '@ppci-mock/allocation-graph'

Browser

<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/allocation-graph/builds/index.min.js" />

<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/allocation-graph/builds/legacy.min.js" />

<!-- Component -->
<allocation-graph
  deviceId=${String}
  direction=${String}
></allocation-graph>

Properties