0.1.0 • Published 7 years ago

@lucca-rt/webcomps-17-11 v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

How to use

add to package.json

"dependencies": {
	"@lucca-front/lucca-principal": "^0.1.0",
}
npm install --save @lucca-front/lucca-principal

In your html

<!-- Import Polyfill for managing Html Import -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.17/webcomponents-lite.js"></script>
<!-- Import in your page the composant -->
<link rel="import" href="webcomponents/principal/lucca-principal.html">
<!-- Use the component -->
<lucca-principal></lucca-principal>