{"id":22378866,"url":"https://github.com/codebrahma/react-responsive-multi-level-menu","last_synced_at":"2025-07-31T01:31:34.244Z","repository":{"id":36928868,"uuid":"230214840","full_name":"Codebrahma/react-responsive-multi-level-menu","owner":"Codebrahma","description":"React component for a space-saving drop-down menu with subtle effects","archived":false,"fork":false,"pushed_at":"2023-03-03T10:05:00.000Z","size":4502,"stargazers_count":6,"open_issues_count":12,"forks_count":6,"subscribers_count":3,"default_branch":"newMaster","last_synced_at":"2024-12-04T04:02:41.249Z","etag":null,"topics":["menubar","npm-package","react","react-menubar"],"latest_commit_sha":null,"homepage":"https://react-responsive-multi-level-menu-demo.netlify.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codebrahma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-26T07:12:57.000Z","updated_at":"2023-09-18T11:12:19.000Z","dependencies_parsed_at":"2024-10-03T01:30:53.052Z","dependency_job_id":"caf76808-6f47-4b49-8c15-d8e18d48d487","html_url":"https://github.com/Codebrahma/react-responsive-multi-level-menu","commit_stats":{"total_commits":79,"total_committers":4,"mean_commits":19.75,"dds":"0.12658227848101267","last_synced_commit":"f5da51851fc84f7faadb8555f8af81b2df06e6da"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-responsive-multi-level-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-responsive-multi-level-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-responsive-multi-level-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codebrahma%2Freact-responsive-multi-level-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codebrahma","download_url":"https://codeload.github.com/Codebrahma/react-responsive-multi-level-menu/tar.gz/refs/heads/newMaster","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228204671,"owners_count":17884711,"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":["menubar","npm-package","react","react-menubar"],"created_at":"2024-12-04T23:08:05.878Z","updated_at":"2024-12-04T23:08:06.431Z","avatar_url":"https://github.com/Codebrahma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-responsive-multi-level-menu\n\nA react library which provides flexible and cool animated menubar with an easy to use API and a bunch of awesome features . Give it a try and you will love it for sure.\n\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"demo1.gif\" alt=\"demo\"\u003e\u003c/p\u003e\n\n## Install\n\n```bash\nnpm install --save react-responsive-multi-level-menu\n```\n\n## Usage\n\n\n### 1.Define the data\n\n* Define the data(menu items) as per the given format , which you want to render in the Menubar.\n\n```js\nconst menuItems = [\n  { value: \"Fashion\", \n    items: [\n            { value: \"Men\",\n              items: [{ value: \"Shirts\" }] \n            }\n           ] \n  },\n  { value: \"Electronics\"},\n  { value: \"Furnitures\"},\n  { value: \"Jewelery\u0026watches\", items: [] }\n];\nexport default MenuItems;\n\n```\n\n\n### 2. Use the Menubar component anywhere in your code\n\nUse the Menubar component anywhere and pass the props.\n\n```js\n\nimport Menubar from \"react-responsive-multi-level-menu\";\nimport MenuItems from \"../path/where/menuItems/present\";\nimport \"./styles.css\"\n\nconst app = () =\u003e {\n  \n  const animation=['slideIn' , 'slideOut']\n  \u003cdiv\u003e\n    \u003ch1\u003eThis is Animated Menu-bar\u003c/h1\u003e\n    \u003cMenubar data={MenuItems} animation={animation} backgroundColor=\"#FF5733\" className=\"menubar\"/\u003e\n  \u003c/div\u003e;\n};\n\n\n```\n\n## Guide And Documentation\n\nFor the complete documentation . Click \u003ca style=\"color:#cc3a38\" href=\"https://react-responsive-multi-level-menu-docs.netlify.com/src-introduction\"\u003ehere.\n\n## Live Preview\n\n\u003ca style=\"color:#cc3a38\" href=\"https://react-responsive-multi-level-menu-demo.netlify.com/\"\u003eDemo is worth thousand words\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrahma%2Freact-responsive-multi-level-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrahma%2Freact-responsive-multi-level-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrahma%2Freact-responsive-multi-level-menu/lists"}