elements-integration

Prueba de elements para incluir en otros frameworks JS

Usage no npm install needed!

<script type="module">
  import elementsIntegration from 'https://cdn.skypack.dev/elements-integration';
</script>

README

Project WebComponents Elements

Instalar el proyecto como dependencia con npm install elements-integration

Importar la librería en nuestro proyecto con import PruebaComponent from '../node_modules/elements-integration/elements-es2015'; y ya podemos utilizar el componente HTML <PruebaComponent></PruebaComponent> en nuestro template.