gradiweb-base-megamenu

0.0.3 • Public • Published

SHOPIFY MEGA MENU (GRADIWEB).

Created by Jesus Uzcategui (jesusuzcategui.me)

This package allow render a header with megamenu.

Usage

  1. First install package:
npm i --save gradiweb-base-megamenu
  1. Put section into theme.liquid:
{% section "header-mega-menu" %}
  1. Init javascript put.
//Import main functionality
import { GradiHeader, GradiMegaMenu } from 'gradiweb-base-megamenu';
//Execute code.
new GradiHeader({
  modules: [GradiMegaMenu]
});

Package Sidebar

Install

npm i gradiweb-base-megamenu

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

42.6 kB

Total Files

20

Last publish

Collaborators

  • uzcateguijesusdev