Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sidr | 2,936 | 13 | 6 years ago | 4 | February 17, 2016 | 21 | mit | JavaScript | ||
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive. | ||||||||||
Clangformat Xcode | 2,790 | 3 years ago | September 26, 2022 | 32 | mit | Objective-C | ||||
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang | ||||||||||
Swiftbar | 2,169 | 20 days ago | 19 | mit | Swift | |||||
Powerful macOS menu bar customization tool | ||||||||||
Argos | 1,553 | 2 months ago | 62 | JavaScript | ||||||
Create GNOME Shell extensions in seconds | ||||||||||
Intellij Haskell | 1,260 | a year ago | 95 | apache-2.0 | Scala | |||||
IntelliJ plugin for Haskell | ||||||||||
Bbuncrustifyplugin Xcode | 1,208 | 4 years ago | March 24, 2016 | 6 | mit | Objective-C | ||||
Xcode plugin to format source code using ClangFormat or Uncrustify | ||||||||||
Priority Navigation | 747 | 1 | 2 | 2 years ago | 15 | April 26, 2018 | 29 | mit | JavaScript | |
Javascript implementation for Priority+ Navigation — no dependencies | ||||||||||
Slinky | 656 | 1 | 2 years ago | 7 | July 14, 2019 | 22 | mit | JavaScript | ||
A light-weight, responsive, mobile-like navigation menu plugin | ||||||||||
Reveal.js Plugins | 650 | 1 | 2 months ago | 7 | September 30, 2021 | 29 | mit | JavaScript | ||
Plugins for reveal.js | ||||||||||
Xanalyzer | 643 | 2 years ago | 10 | mit | C | |||||
xAnalyzer plugin for x64dbg |
Rather sweet menus
A light-weight, responsive, mobile-like navigation menu plugin
Download the latest version. The files you need are
bower install jquery-slinky
Include these files
<link rel="stylesheet" src="bower_components/slinky/dist/slinky.min.css" />
<script src="bower_components/slinky/dist/slinky.min.js"></script>
npm install jquery-slinky
Include these files
<link rel="stylesheet" src="node_modules/slinky/dist/slinky.min.css" />
<script src="node_modules/slinky/dist/slinky.min.js"></script>
const slinky = $('.menu').slinky(options)
Option | Default | Description |
---|---|---|
resize |
true |
Resize menu height to match content on navigation |
speed |
300 |
Animation speed in milliseconds
|
theme |
slinky-theme-default |
Slinky theme |
title |
false |
Show title of sub menu |
.home(animate)
Navigate back to the root menu
Option | Default value | Description |
---|---|---|
animate |
true |
Pass false to skip animation |
.jump(target, animate)
Navigate to a sub menu
Option | Default value | Description |
---|---|---|
to |
Selector for ul target to jump to |
|
animate |
true |
Pass false to skip animation |
.destroy()
Remove Slinky
.active
on a ul
element to jump there on init