Skip to content
forked from invmatt/Droplet

Droplet is a customisable, responsive navigation plugin aimed at simplifying and standardising navigation across multiple devices.

Notifications You must be signed in to change notification settings

SteAllan/Droplet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Droplet

Droplet is a customisable, responsive navigation plugin aimed at simplifying and standardising navigation across multiple devices.

Usage

$.droplet('#selector');

Extend

'buttonID': 'droplet-menu',   // The default button ID
'mode': 'droplet-responsive', // Class added once the smaller breakpoint has been reached
'smallScreen': '768',
'largeScreen': '769',
'Modernizr': false, 			    // Adds support for Modernizr Media Queries (recommended)
'subNav': false, 				      // If you have sub-navigation set this to true
'subClass': '', 			      	// Class of the containing sub navigation UL
'panel': false, 				      // Create a panel style menu
'panelPosition': '250',
'shortScreen': '',            // Optionally set a height at which the screen size could be considered too small for a fixed-position nav. Adds class of 'droplet-short' if specified
'unit': 'px'                  // Choose the unit for the Modernizr media queries

About

Droplet is a customisable, responsive navigation plugin aimed at simplifying and standardising navigation across multiple devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%