0.1.16 • Published 4 years ago

@ppci-mock/usage-origin v0.1.16

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

Usage Origin

Table of contents

Installation

NPM

npm i @ppci-mock/usage-origin

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

Usage

Javascript

import '@ppci-mock/usage-origin'

Browser

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

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

<!-- Component -->
<usage-origin></usage-origin>

Properties

Styling

* {
  --cat-1-color:#32b4e9;
  --cat-2-color:#ffa800;
  .
  .
  --cat-N-color:red;
  ---cat-backup-color:gray;
}