New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hamfull-menu

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hamfull-menu

An hamburger-like menu, when you click over it the menu appears in fullwindow. No javascript libraries requested. Written in SASS.

latest
npmnpm
Version
1.0.8
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

hamfull

An hamburger-like menu, when you click over it the menu appears in fullwindow. No javascript libraries requested. Written in SASS.

Closed Preview

Opened Preview

Demo & Examples

You can found a demo page in this repository.

To get it locally:

git clone https://github.com/NeckersBOX/hamfull-menu

than open demo.html in your browser.

Installation

There are three ways to get hamfull:

  • Clone this git repository and copy the minified css hamfull.min.css inside your project.
  • Configure the options inside _config.scss than do gulp sass.
  • With npm npm install --save hamfull-menu.

Usage

First step, link to the css file.

<link rel="stylesheet" href="/path/to/hamfull.min.css" />

Next step, build your menu:

<input type="checkbox" id="hamfull-expand" />
<label class="hamfull" for="hamfull-expand">
  <i class="material-icons">menu</i>
  <ul>
    <li><a href="#">page..</a></li>
    <li><a href="#">page..</a></li>
    ...
  </ul>
</label>

The first input and the label tags were here for this reason. Instead of material-icons you can use every library you want, the only important thing is to use always the <i></i> tag.

Notes

To configure the style (color, animations duration, ...) see the sass/_config.scss file.

Keywords

menu

FAQs

Package last updated on 03 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts