hello-world-le
v0.0.3
Published
A hello-world lit-element
Readme
hello-world
A hello-world lit-element
Use a LitElement component
- From your project folder, install the component from npm.
npm install --save hello-world-leImport the component.
In a JavaScript module:
import 'hello-world-le';Or in HTML
<script type="module">
import './node_modules/responsive-flex-le/src/hello-world.js';
</script>OR
<script
type="module"
src="./node_modules/responsive-flex-le/src/hello-world.js"
></script>- Add the component to your application or component:
<hello-world></hello-world>