{"id":26808312,"url":"https://github.com/biasiolo/slide-menu","last_synced_at":"2026-04-10T21:03:58.561Z","repository":{"id":216392381,"uuid":"741246955","full_name":"Biasiolo/slide-menu","owner":"Biasiolo","description":"Welcome to Slide Menu, a simple jQuery-based project for creating a wide color button that opens a sliding menu.","archived":false,"fork":false,"pushed_at":"2024-01-10T02:32:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T11:19:17.362Z","etag":null,"topics":["button-animation","css","javascript","jquery","slide","slide-menu","ui-design","ux-design","wide-button"],"latest_commit_sha":null,"homepage":"https://slide-menu-orcin.vercel.app/","language":"CSS","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/Biasiolo.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}},"created_at":"2024-01-10T02:02:10.000Z","updated_at":"2024-01-10T02:09:53.000Z","dependencies_parsed_at":"2024-01-10T02:20:23.562Z","dependency_job_id":null,"html_url":"https://github.com/Biasiolo/slide-menu","commit_stats":null,"previous_names":["biasiolo/slide-menu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fslide-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fslide-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fslide-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fslide-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Biasiolo","download_url":"https://codeload.github.com/Biasiolo/slide-menu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246259856,"owners_count":20748732,"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":["button-animation","css","javascript","jquery","slide","slide-menu","ui-design","ux-design","wide-button"],"created_at":"2025-03-30T00:20:15.976Z","updated_at":"2026-04-10T21:03:58.481Z","avatar_url":"https://github.com/Biasiolo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slide Menu\n\nWelcome to Slide Menu, a simple jQuery-based project for creating a wide color button that opens a sliding menu.\n\n## Getting Started\n\nTo use Slide Menu in your project, follow these steps:\n\n1. Include jQuery in your HTML:\n\n   ```html\n   \u003cscript src=\"https://code.jquery.com/jquery-3.6.4.min.js\"\u003e\u003c/script\u003e\n   ```\n\n2. Add the CSS and JavaScript files:\n\n   ```html\n   \u003clink rel=\"stylesheet\" href=\"styles.css\"\u003e\n   \u003cscript src=\"script.js\"\u003e\u003c/script\u003e\n   ```\n\n3. Create a button with the class `fifth`:\n\n   ```html\n   \u003cbutton class=\"fifth\"\u003eOpen Menu\u003c/button\u003e\n   ```\n\n4. Add left and right modals with your desired content:\n\n   ```html\n   \u003cdiv class=\"modal left\"\u003e\n       \u003c!-- Left Modal Content --\u003e\n   \u003c/div\u003e\n\n   \u003cdiv class=\"modal right\"\u003e\n       \u003c!-- Right Modal Content --\u003e\n   \u003c/div\u003e\n   ```\n\n5. Customize the styles in `styles.css` to fit your project's design.\n\n6. Initialize the Slide Menu:\n\n   ```javascript\n   $(document).ready(function() {\n       $(\".fifth\").click(function() {\n           $(\".modal.left\").toggleClass(\"show-left\");\n           $(\".modal.right\").toggleClass(\"show-right\");\n       });\n\n       $(document).mouseup(function(e) {\n           var modal = $(\".modal\");\n\n           if (!modal.is(e.target) \u0026\u0026 modal.has(e.target).length === 0) {\n               modal.removeClass(\"show-left show-right\");\n           }\n       });\n   });\n   ```\n\n## Options\n\n- `fifth`: The button class to trigger the sliding menu.\n- `modal left` and `modal right`: Classes for left and right modals, respectively.\n\nFeel free to explore and customize the project to suit your needs!\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiasiolo%2Fslide-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiasiolo%2Fslide-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiasiolo%2Fslide-menu/lists"}