{"id":26068365,"url":"https://github.com/minutebase/mb-menu","last_synced_at":"2025-07-23T13:35:24.123Z","repository":{"id":24834821,"uuid":"28249530","full_name":"minutebase/mb-menu","owner":"minutebase","description":"Simple single/multiple select menu","archived":false,"fork":false,"pushed_at":"2015-07-13T14:38:53.000Z","size":332,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T22:27:36.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/minutebase.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}},"created_at":"2014-12-19T22:54:43.000Z","updated_at":"2015-06-22T00:02:40.000Z","dependencies_parsed_at":"2022-08-23T07:31:08.159Z","dependency_job_id":null,"html_url":"https://github.com/minutebase/mb-menu","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/minutebase/mb-menu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fmb-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fmb-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fmb-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fmb-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minutebase","download_url":"https://codeload.github.com/minutebase/mb-menu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fmb-menu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266689320,"owners_count":23969142,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-08T22:25:21.904Z","updated_at":"2025-07-23T13:35:24.091Z","avatar_url":"https://github.com/minutebase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MB-Menu\n\nSimple menu - [demo](http://minutebase.github.io/mb-menu).\n\n## Installing\n\n```\nember install ember-mb-menu\n```\n\n## Basic Usage\n\n```handlebars\n{{#mb-menu items=items selected=selected on-select=\"selected\" as |item|}}\n  {{item}}\n{{/mb-menu}}\n```\n\n`selected` can either be a single item or an array for multiple-selection.\n\n## Actions\n\n* `on-select` - sent when item is selected\n* `on-deselect` - sent when item is de-selected\n* `on-toggle` - sent when item is selected or deselected\n\n## Styling\n\n* `class` - the class of the menu (standard Ember)\n* `item-class` - the class for each item\n* `selected-class` - the class to give to selected items\n\n## Event Bubbling\n\nIf you want to prevent click events from bubbling, pass `bubbles=false` and they will be swallowed.\n\n# Developing\n\n## Installation\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminutebase%2Fmb-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminutebase%2Fmb-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminutebase%2Fmb-menu/lists"}