simple-landing-le

0.0.4 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i simple-landing-le

Weekly Downloads

0

Version

0.0.4

License

none

Unpacked Size

4.2 kB

Total Files

5

Last publish

Collaborators

  • wendly