0.0.6 • Published 7 years ago
responsive-flex-le v0.0.6
responsive-flex
A responsive flex lit-element
Use a LitElement component
- From your project folder, install the component from npm.
npm install --save responsive-flex-leImport 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>- Add the component to your application or component:
<responsive-flex></responsive-flex>