0.0.7 • Published 5 years ago

svg-icon-le v0.0.7

Weekly downloads
29
License
-
Repository
-
Last release
5 years ago

svg-icon

A svg-icon lit-element

Use a LitElement component

  1. From your project folder, install the component from npm.
npm install --save svg-icon-le

Import the component.

In a JavaScript module:

import 'svg-icon';

Or in HTML

<script type="module">
  import './node_modules/responsive-flex-le/src/svg-icon.js';
</script>

OR

<script
  type="module"
  src="./node_modules/responsive-flex-le/src/svg-icon.js"
></script>
  1. Add the component to your application or component:
<svg-icon></svg-icon>
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago