README
social-icon
A social-icon lit-element
Use a LitElement component
- From your project folder, install the component from npm.
npm install --save social-icon-le
Import the component.
In a JavaScript module:
import 'social-icon-le';
Or in HTML
<script type="module">
import './node_modules/responsive-flex-le/src/social-icon.js';
</script>
OR
<script
type="module"
src="./node_modules/responsive-flex-le/src/social-icon.js"
></script>
- Add the component to your application or component:
<social-icon></social-icon>