All Projects → ctrlmaniac → Sidebar

ctrlmaniac / Sidebar

Licence: mit
Sidebars for web apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sidebar

Pro Sidebar Template
Responsive sidebar template based on bootstrap
Stars: ✭ 623 (+390.55%)
Mutual labels:  sidebar, jquery
Hc Sticky
JavaScript library that makes any element on your page visible while you scroll.
Stars: ✭ 375 (+195.28%)
Mutual labels:  sidebar, jquery
Universal Tilt.js
🎆 Parallax tilt effect library
Stars: ✭ 117 (-7.87%)
Mutual labels:  jquery
Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (-1.57%)
Mutual labels:  jquery
Imagelightbox
Image Lightbox, Responsive and Touch‑friendly
Stars: ✭ 121 (-4.72%)
Mutual labels:  jquery
Xoopscore
Core Framework for next version of XOOPS CMS: 2.6.0
Stars: ✭ 118 (-7.09%)
Mutual labels:  jquery
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-3.94%)
Mutual labels:  jquery
Goquery
A little like that j-thing, only in Go.
Stars: ✭ 10,931 (+8507.09%)
Mutual labels:  jquery
Midia
Simple Media manager for your Laravel project
Stars: ✭ 126 (-0.79%)
Mutual labels:  jquery
Xzoom
jQuery Zoom Gallery plugin
Stars: ✭ 120 (-5.51%)
Mutual labels:  jquery
Ct Material Kit Pro
Premium Bootstrap 4 UI Kit based on Google's Material Design
Stars: ✭ 123 (-3.15%)
Mutual labels:  jquery
Maskew
▰ Add some diagonal rhythm to your elements
Stars: ✭ 120 (-5.51%)
Mutual labels:  jquery
Vue Datatables Net
Vue jQuery DataTables.net wrapper component
Stars: ✭ 119 (-6.3%)
Mutual labels:  jquery
Fotorama
A simple, stunning, powerful jQuery gallery.
Stars: ✭ 1,567 (+1133.86%)
Mutual labels:  jquery
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (-7.09%)
Mutual labels:  jquery
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-2.36%)
Mutual labels:  jquery
Jquery Validation
jQuery Validation Plugin library sources
Stars: ✭ 10,141 (+7885.04%)
Mutual labels:  jquery
Frontend Develops Skill Summary
Development experience with javascript, jQuery, Vuejs, Wechat MiniProgram and so on
Stars: ✭ 120 (-5.51%)
Mutual labels:  jquery
Femtojs
femtoJS - Really small JavaScript (ES6) library for DOM manipulation.
Stars: ✭ 122 (-3.94%)
Mutual labels:  jquery
Thedesk
Mastodon/Misskey Client for PC.
Stars: ✭ 127 (+0%)
Mutual labels:  jquery

SIDEBAR

Commitizen friendly lerna code style: prettier

Sidebar is a collection of javascript packages distributed via the npm registry. It aims to simplicity and to provide a range of tool that allow users to implement sidebar (or side navs) in their web apps!


Packages


simpler-sidebar

npm version

simpler-sidebar is the most downloaded package. It's a jQuery plugin that allows to create a side nav as in modern mobile apps. It aims to simplicity so that everybody can use it no matter if expert programmers or not. It is written entirely in javascript so that you won't need to include any css file and the only css you must adds is not even required!

// Install

// with npm
npm install simpler-sidebar

// with yarn
yarn add simpler-sidebar

The full documentation is available here.

simpler-sidebar-css3

npm version

simpler-sidebar-css3 is a fork of simpler-sidebar plugin. The difference between the two is that this package doesn't use jquery animation method but it uses CSS3 animations! This should make this package less brutal against memory! Options differ slightly so read the documentation first if you intend to migrate to this package!

// Install

// with npm
npm install @ctrlmaniac/simpler-sidebar-css3

// with yarn
yarn add @ctrlmaniac/simpler-sidebar-css3

The full documentation is available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].