1.0.0 • Published 5 years ago

jelement-menu v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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>