social-link-le

A social-link lit-element

Usage no npm install needed!

<script type="module">
  import socialLinkLe from 'https://cdn.skypack.dev/social-link-le';
</script>

README

social-link

A social-link lit-element

Use a LitElement component

  1. From your project folder, install the component from npm.
npm install --save social-link-le

Import the component.

In a JavaScript module:

import 'social-link-le';

Or in HTML

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

OR

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