supermenujs

1.1.0 • Public • Published

supermenu

Donate

Empower your website with a mobile or dektop menu in secounds.

Features

  • Sliding Desktop and Mobile Menu
  • Configuration
  • Themes
  • jQuery

Usage

Installation

Installation via CSS Link

  • Download the jQuery Plugin
  • Put it in your CSS folder and add it to your HTML code

Installation via CDN

  • CSS <link rel="stylesheet" href="https://unpkg.com/socialcolors@3.2.0/css/socialcolors.css">
  • JavaScript https://cdn.jsdelivr.net/npm/supermenujs@1.0.0-dev/build/js/supermenu.min.js

Installation via NPM

Use npm install supermenujs

Minimal Setup

$(document).ready(
    function() {
        $("#menu").supermenu({
            // supermenu-options
        });
    }
);

Help supporting further development

HOW? Ther are multiple ways to support the further development

Administartion corner

Versions and support

supermenu Support/Development
1.x Features, Bugfixes, Security updates

Changelog

Please look here in the changelog.md

Release Management

cookiebanner uses semantic versioning which basically means for you, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
  • major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

© 2019 Julian Seidl

Package Sidebar

Install

npm i supermenujs

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

34.6 kB

Total Files

19

Last publish

Collaborators

  • jseidl.at