All Projects → huang-x-h → sidebar-menu

huang-x-h / sidebar-menu

Licence: MIT license
jQuery sidebar-menu component

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sidebar-menu

Css Components
☕️ A set of common UI Components using the power of CSS and without Javascript.
Stars: ✭ 592 (+668.83%)
Mutual labels:  collapse
Stata Gtools
Faster implementation of Stata's collapse, reshape, xtile, egen, isid, and more using C plugins
Stars: ✭ 108 (+40.26%)
Mutual labels:  collapse
SideMenuSwiftDemo
SideMenu in Swift with autolayout
Stars: ✭ 79 (+2.6%)
Mutual labels:  sidebar-menu
Grouprecyclerviewadapter
可增删改查、可动画展开收起、可吸附悬浮动态可配置的分组列表
Stars: ✭ 41 (-46.75%)
Mutual labels:  collapse
Ios Swift Collapsible Table Section
📱 A simple iOS Swift project demonstrates how to implement collapsible table section.
Stars: ✭ 1,134 (+1372.73%)
Mutual labels:  collapse
Houdini
A simple, accessible show-and-hide/accordion script.
Stars: ✭ 148 (+92.21%)
Mutual labels:  collapse
Collapseos
Bootstrap post-collapse technology
Stars: ✭ 4,263 (+5436.36%)
Mutual labels:  collapse
SidebarOverlay
Yet another implementation of sidebar menu, but here your menu appears over the top view controller.
Stars: ✭ 66 (-14.29%)
Mutual labels:  sidebar-menu
Fole
Fole is a simple library to collapse and expand a TextView.
Stars: ✭ 67 (-12.99%)
Mutual labels:  collapse
vue-modal
A customizable, stackable, and lightweight modal component for Vue.
Stars: ✭ 96 (+24.68%)
Mutual labels:  sidebar-menu
Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (+10123.38%)
Mutual labels:  collapse
Fun
A library for android to animate expanding and collapsing views.
Stars: ✭ 48 (-37.66%)
Mutual labels:  collapse
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (+102.6%)
Mutual labels:  collapse
React Accessible Accordion
Accessible Accordion component for React
Stars: ✭ 610 (+692.21%)
Mutual labels:  collapse
Auto-Collapse-Closing-Blocks
Default close blocks. Allows developers to leave an inline comment in a source file (html, ts, js, scss, xml, etc) that will automatically collapse the block starting on the next line whenever they open a file.
Stars: ✭ 18 (-76.62%)
Mutual labels:  collapse
Expandablelayout
🦚 An expandable layout that shows a two-level layout with an indicator.
Stars: ✭ 448 (+481.82%)
Mutual labels:  collapse
Collapsibletextview
show or hide part of text only in a TextView
Stars: ✭ 135 (+75.32%)
Mutual labels:  collapse
angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+405.19%)
Mutual labels:  collapse
Accordion-Collapse-react-native
React native Accordion/Collapse component, very good to use in toggles & show/hide content
Stars: ✭ 147 (+90.91%)
Mutual labels:  collapse
TreeView
"TreeView - sub-cells simplified" (c). Enable subcells in UITableView with a single drop-in extension. CocoaPod:
Stars: ✭ 54 (-29.87%)
Mutual labels:  collapse

Sidebar Menu

Sidebar Menu jQuery Component base on AdminLTE

Demo RTL Demo

Install

Usage

import css/js files

<link rel="stylesheet" href="./dist/sidebar-menu.css">
<script src="./dist/sidebar-menu.js"></script>

then invoke

$.sidebarMenu(element)

API

  • $.sidebarMenu(element)
    • element element or jQuery element

Changelog

2017/03/04

add _animate.scss to show or hide the SidebarMenu, usage see animate.html

2016/11/28

add .sidebar-menu-rtl class for rtl direction

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].