{"id":13405848,"url":"https://github.com/compostrap/sidebar-menu","last_synced_at":"2026-01-02T10:18:38.578Z","repository":{"id":34878017,"uuid":"185326668","full_name":"compostrap/sidebar-menu","owner":"compostrap","description":":page_with_curl: Simple and fast multi-level sidebar menu on Bootstrap (@twbs)","archived":false,"fork":false,"pushed_at":"2025-01-22T06:10:07.000Z","size":888,"stargazers_count":25,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T17:55:21.041Z","etag":null,"topics":["bootstrap","sidebar-menu"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compostrap.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-05-07T05:27:07.000Z","updated_at":"2025-01-22T06:10:11.000Z","dependencies_parsed_at":"2023-11-30T11:29:26.345Z","dependency_job_id":"3ddc8b1d-157c-4bb1-baa0-fa05e7b08237","html_url":"https://github.com/compostrap/sidebar-menu","commit_stats":{"total_commits":179,"total_committers":3,"mean_commits":"59.666666666666664","dds":0.0949720670391061,"last_synced_commit":"21ca07637ed752156080544a14b2d5e68e4b5ca2"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compostrap%2Fsidebar-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compostrap%2Fsidebar-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compostrap%2Fsidebar-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compostrap%2Fsidebar-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compostrap","download_url":"https://codeload.github.com/compostrap/sidebar-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940883,"owners_count":21828766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","sidebar-menu"],"created_at":"2024-07-30T19:02:13.700Z","updated_at":"2026-01-02T10:18:38.570Z","avatar_url":"https://github.com/compostrap.png","language":"SCSS","funding_links":[],"categories":["SCSS"],"sub_categories":[],"readme":"## Sidebar menu\nSimple and fast multi-level sidebar menu built on Bootstrap 5.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/compostrap/sidebar-menu/master/license.md)\n[![npm version](https://badge.fury.io/js/sidebar-menu-compostrap.svg)](https://badge.fury.io/js/sidebar-menu-compostrap)\n[![Build status](https://github.com/compostrap/sidebar-menu/actions/workflows/build.yml/badge.svg)](https://github.com/compostrap/sidebar-menu/actions/workflows/build.yml)\n[![CodeFactor](https://www.codefactor.io/repository/github/compostrap/sidebar-menu/badge)](https://www.codefactor.io/repository/github/compostrap/sidebar-menu)\n\n## Installation\n```\nnpm install sidebar-menu-compostrap\n```\n\n## Built on\n- [Bootstrap 5x](https://getbootstrap.com)\n- [Font Awesome 7](https://fontawesome.com)\n- [Perfect scrollbar](https://github.com/mdbootstrap/perfect-scrollbar)\n- [Nanobar](https://github.com/jacoborus/nanobar)\n\n## Demo\n- [Dark](https://compostrap.github.io/sidebar.dark)\n- [Dark gradient](https://compostrap.github.io/sidebar.dark.gradient)\n- [White](https://compostrap.github.io/sidebar.white)\n- [White gradient](https://compostrap.github.io/sidebar.white.gradient)\n\n## Introduction\nSimple and fast multi-level sidebar menu built on Bootstrap 5. \nSo you should be aware of how Bootstrap itself is used. The advantage is also knowledge of sass, npm.\n\n**The sidebar menu is built on the sidebar skeleton. I recommend you [look at it](https://github.com/compostrap/sidebar-skeleton).**\n\n## Important classes in the menu\nSee the menu in the template.\n\n| Description                     | Class        |\n|---------------------------------|--------------|\n| Marks the active item           | link-current |\n| Icon animation                  | bell         |\n| Marks the drop-down menu icon   | link-arrow   |\n| Marks the hidden drop-down menu | list-hidden  |\n\n## Sidebar colors\nColors are the same as bootstrap.\n\n| Color                                                    | Sidebar           | List           | List icons       | Scrollbar           |\n|----------------------------------------------------------|-------------------|----------------|------------------|---------------------|\n| ![#ffffff](https://placehold.co/15x15/ffffff/ffffff.png) | sidebar-bg-white  | list-bg-white  | -                | scrollbar-bg-white  |\n| ![#f8f9fa](https://placehold.co/15x15/f8f9fa/f8f9fa.png) | sidebar-bg-light  | list-bg-light  | -                | scrollbar-bg-light  |\n| ![#212529](https://placehold.co/15x15/212529/212529.png) | sidebar-bg-dark   | list-bg-dark   | -                | scrollbar-bg-dark   |\n| ![#007bff](https://placehold.co/15x15/007bff/007bff.png) | sidebar-bg-blue   | list-bg-blue   | list-icon-blue   | scrollbar-bg-blue   |\n| ![#6f42c1](https://placehold.co/15x15/6f42c1/6f42c1.png) | sidebar-bg-purple | list-bg-purple | list-icon-purple | scrollbar-bg-purple |\n| ![#e83e8c](https://placehold.co/15x15/e83e8c/e83e8c.png) | sidebar-bg-pink   | list-bg-pink   | list-icon-pink   | scrollbar-bg-pink   |\n| ![#dc3545](https://placehold.co/15x15/dc3545/dc3545.png) | sidebar-bg-red    | list-bg-red    | list-icon-red    | scrollbar-bg-red    |\n| ![#fd7e14](https://placehold.co/15x15/fd7e14/fd7e14.png) | sidebar-bg-orange | list-bg-orange | list-icon-orange | scrollbar-bg-orange |\n| ![#28a745](https://placehold.co/15x15/28a745/28a745.png) | sidebar-bg-green  | list-bg-green  | list-icon-green  | scrollbar-bg-green  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompostrap%2Fsidebar-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompostrap%2Fsidebar-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompostrap%2Fsidebar-menu/lists"}