Responsive menu whit LitElement
npm install jelement-menu
npm install jelement-menu
`
Importar componente en tu app:
`js
import 'jelement-menu';
`
To use your own build process on the component, import
`js
import 'jelement-menu/src/jelement-menu.js';
`
Use
Use the component in HTML
`html
options="Home,Blog,About,Contact"
optionsHREF="#home,#blog,#about,#contact"
background="#0779e4"
>
``