{"id":32966544,"url":"https://github.com/Mohd-PH/ionic-drop-down-title","last_synced_at":"2025-11-16T09:00:49.135Z","repository":{"id":127225148,"uuid":"103284315","full_name":"Mohd-PH/ionic-drop-down-title","owner":"Mohd-PH","description":"Drop down appears when the user presses the title","archived":false,"fork":false,"pushed_at":"2017-09-12T15:50:09.000Z","size":1878,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:23:31.576Z","etag":null,"topics":["ionic-framework","ionic3"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Mohd-PH.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-12T14:55:04.000Z","updated_at":"2018-07-31T12:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"8dc2e07d-00b8-4fcd-b640-3bbed38b2488","html_url":"https://github.com/Mohd-PH/ionic-drop-down-title","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohd-PH/ionic-drop-down-title","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohd-PH%2Fionic-drop-down-title","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohd-PH%2Fionic-drop-down-title/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohd-PH%2Fionic-drop-down-title/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohd-PH%2Fionic-drop-down-title/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohd-PH","download_url":"https://codeload.github.com/Mohd-PH/ionic-drop-down-title/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohd-PH%2Fionic-drop-down-title/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284684461,"owners_count":27046675,"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-11-16T02:00:05.974Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["ionic-framework","ionic3"],"created_at":"2025-11-13T03:00:23.616Z","updated_at":"2025-11-16T09:00:49.128Z","avatar_url":"https://github.com/Mohd-PH.png","language":"TypeScript","readme":"# ionic-drop-down-title\nDrop down appears when the user presses the title, inspired by the list dropdown on Tweetbot 3 application\n\n\n## Preview\n\n![Example](https://raw.githubusercontent.com/Mohd-PH/ionic-drop-down-title/master/img/example.gif)\n\n\n## Usage\n### Downloading the sample project\n```\ngit clone https://github.com/Mohd-PH/ionic-drop-down-title.git\ncd ionic-drop-down-title\nnpm install\nionic lab\n```\n### To use it on your project\nCopy **drop-down-title folder** to your project **src/components/** folder then import the component in app.module.ts file\n\nexample:\n```\nimport { DropDownTitleComponent } from \"../components/drop-down-title/drop-down-title\"; \n```\nand add DropDownTitleComponent to the declaration array.\n```\n@NgModule({\n  declarations: [\n    ...\n    DropDownTitleComponent\n    ...\n  ],\n```\n\nthen on any page you want to repalce the title with a drop down title you have to replace \n```\n\u003cion-title\u003e\u003cion-title\u003e\n```\nwith \n```\n\u003cdrop-down-title [title]=\"Provide the title here\"\u003e\n \u003c!-- What should appear in the dropdown --\u003e\n\u003c/drop-down-title\u003e\n```\n\n## Theming\nYou can use these variables on your $colors map on variables.scss file to theme the drop down\n```\ndrop-down-title: rgba(15, 65, 94, 0.8)\ndrop-down-title-active : rgb(0, 77, 120)\ndrop-down-title-text: white\n```\n\n## License\nMIT\n\n","funding_links":[],"categories":["Components","Complete projects"],"sub_categories":["Menu, Tabs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMohd-PH%2Fionic-drop-down-title","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMohd-PH%2Fionic-drop-down-title","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMohd-PH%2Fionic-drop-down-title/lists"}