1.0.0 • Published 5 years ago
jelement-menu v1.0.0
About jelement-menu
Responsive menu whit LitElement
Pre-requirements
Node JS GIT
Installation
npm install jelement-menu
Importar 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>
1.0.0
5 years ago