jelement-menu
v1.0.0
Published
Responsive menu whit LitElement
Maintainers
Readme
About jelement-menu
Responsive menu whit LitElement
Pre-requirements
*Node JS *GIT
Installation
npm install jelement-menuImportar componente en tu app:
import 'jelement-menu';To use your own build process on the component, import
import 'jelement-menu/src/jelement-menu.js';Use
Use the component in HTML
<nav-bar
options="Home,Blog,About,Contact"
optionsHREF="#home,#blog,#about,#contact"
background="#0779e4"
></nav-bar>