Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

supermenujs

Thejuse5MIT1.1.0

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

menu, jQuery, mobilemenu, html, javascript, scss, css

readme

supermenu

Donate

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

Features

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

Usage

Installation

  • 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

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2019-07-29

Added

  • Title for Menu
  • Footer for Menu
  • Active Color for Menu point

[1.0.0] - 2019-07-21

  • Initial Release