0.0.7 • Published 6 years ago
svg-icon-le v0.0.7
svg-icon
A svg-icon lit-element
Use a LitElement component
- 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>
- Add the component to your application or component:
<svg-icon></svg-icon>