0.1.19 • Published 4 years ago

@ppci-mock/energy-subtype-icon v0.1.19

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

Energy subtype icon

Table of contents

Installation

NPM

npm i @ppci-mock/energy-subtype-icon

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

Usage

Javascript

import '@ppci-mock/energy-subtype-icon'

Browser

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

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

<!-- Component -->
<energy-subtype-icon
  type="String"
></energy-subtype-icon>

Styling

energy-subtype-icon {
  --size: 32px;
  --icon-size: 20px;
}

Properties

0.1.19

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.14

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago