0.0.6 • Published 5 years ago

responsive-flex-le v0.0.6

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

responsive-flex

A responsive flex lit-element

Use a LitElement component

  1. From your project folder, install the component from npm.
npm install --save responsive-flex-le

Import the component.

In a JavaScript module:

import 'responsive-flex';

Or in HTML

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

OR

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