{"id":18544494,"url":"https://github.com/instructure/ic-menu","last_synced_at":"2025-04-09T19:30:45.031Z","repository":{"id":10924339,"uuid":"13226481","full_name":"instructure/ic-menu","owner":"instructure","description":"accessible popup menu component","archived":false,"fork":false,"pushed_at":"2014-06-05T13:47:06.000Z","size":1618,"stargazers_count":45,"open_issues_count":5,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-09T20:43:56.826Z","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/instructure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-30T20:31:39.000Z","updated_at":"2019-08-13T15:27:38.000Z","dependencies_parsed_at":"2022-08-30T03:40:37.881Z","dependency_job_id":null,"html_url":"https://github.com/instructure/ic-menu","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructure%2Fic-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructure%2Fic-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructure%2Fic-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instructure%2Fic-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instructure","download_url":"https://codeload.github.com/instructure/ic-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223407796,"owners_count":17140563,"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":[],"created_at":"2024-11-06T20:16:42.629Z","updated_at":"2024-11-06T20:16:43.211Z","avatar_url":"https://github.com/instructure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ic-menu [![Build Status](https://travis-ci.org/instructure/ic-menu.svg)](https://travis-ci.org/instructure/ic-menu)\n=======\n\nAn accessible menu component for ember applications.\n\nDemo\n----\n\nhttp://instructure.github.io/ic-menu/\n\nInstallation\n------------\n\n`bower install ic-menu`\n\nUsage\n-----\n\n__application.hbs__\n\n```handlebars\n{{#ic-menu}}\n  {{#ic-menu-trigger}}Actions{{/ic-menu-trigger}}\n  {{#ic-menu-list}}\n    {{#ic-menu-item on-select=\"remove\"}}Remove{{/ic-menu-item}}\n    {{#ic-menu-item on-select=\"save\"\n                    on-disabled-select=\"notifyDisabled\"\n                    enabled=foo}}\n      Save\n    {{/ic-menu-item}}\n  {{/ic-menu-list}}\n{{/ic-menu}}\n```\n\n__application_controller.js__\n\n```js\nApp.ApplicationController = Ember.Controller.extend({\n\n  actions: {\n    remove: function(icMenuItem) {\n      // do stuff with the icMenuItem instance\n    },\n    save: function(icMenuItem) {\n      // do stuff with the icMenuItem instance\n    }\n  }\n\n});\n```\n\nDevelopment\n-----------\n\n1. Fork the repo\n2. `npm install \u0026\u0026 bower install`\n3. Create a new branch for your feature/bug fix\n4. `grunt` to build and watch files.\n5. `testem` in a new tab to run tests.\n6. Send a pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructure%2Fic-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstructure%2Fic-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstructure%2Fic-menu/lists"}