0.0.4 • Published 5 years ago

simple-landing-le v0.0.4

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

simple-landing

A simple-landing lit-element

Use a LitElement component

  1. From your project folder, install the component from npm.
npm install --save simple-landing-le

Import the component.

In a JavaScript module:

import 'simple-landing-le';

Or in HTML

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

OR

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