{"id":22606007,"url":"https://github.com/poordeveloper/ion-sticky","last_synced_at":"2025-07-07T20:08:42.186Z","repository":{"id":58230153,"uuid":"36589700","full_name":"Poordeveloper/ion-sticky","owner":"Poordeveloper","description":"A lightweight Angular directive for Ionic framework to have sticky list headers","archived":false,"fork":false,"pushed_at":"2017-06-14T10:10:27.000Z","size":19,"stargazers_count":95,"open_issues_count":5,"forks_count":24,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-08T14:32:57.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Poordeveloper.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":"2015-05-31T05:39:59.000Z","updated_at":"2024-01-11T05:38:01.000Z","dependencies_parsed_at":"2022-08-31T09:21:43.251Z","dependency_job_id":null,"html_url":"https://github.com/Poordeveloper/ion-sticky","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poordeveloper%2Fion-sticky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poordeveloper%2Fion-sticky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poordeveloper%2Fion-sticky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poordeveloper%2Fion-sticky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poordeveloper","download_url":"https://codeload.github.com/Poordeveloper/ion-sticky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236914035,"owners_count":19224677,"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-12-08T14:12:11.983Z","updated_at":"2025-02-03T08:28:10.117Z","avatar_url":"https://github.com/Poordeveloper.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ion-sticky\n***Super simple to use***\n\nJust add ion-sticky to ion-content, it will detect dividers and make the active one sticky.\n\nIf you are using collection-repeat, please refer to this gist.\n\n[https://gist.github.com/Poordeveloper/e6a1714ea399f95c779f](https://gist.github.com/Poordeveloper/e6a1714ea399f95c779f)\n\n\n## Demo\n\n[http://codepen.io/Poordeveloper/pen/BNpxrm](http://codepen.io/Poordeveloper/pen/BNpxrm)\n## Install\n\n```bash\nbower install ion-sticky --save\n```\n\n## Usage\n\n```javascript\nangular.module('ion-sticky-demo', ['ion-sticky']);\n```\n\n```html\n\u003cion-content ion-sticky\u003e\n    \u003cion-list\u003e\n        \u003cion-item class=\"item-divider\"\u003e A \u003c/ion-item\u003e\n        \u003cion-item\u003e A1 \u003c/ion-item\u003e\n        \u003cion-item\u003e A2 \u003c/ion-item\u003e\n        ...\n        \u003cion-item class=\"item-divider\"\u003e B \u003c/ion-item\u003e\n        ....\n    \u003c/ion-list\u003e\n\u003c/ion-content\u003e\n```\n\nUsing custom style class for sticky header (default uses `assertive`):\n\n```html\n\u003cion-content ion-sticky ion-sticky-class=\"positive\"\u003e\n    \u003cion-list\u003e\n        \u003cion-item class=\"item-divider\"\u003e A \u003c/ion-item\u003e\n        \u003cion-item\u003e A1 \u003c/ion-item\u003e\n        \u003cion-item\u003e A2 \u003c/ion-item\u003e\n        ...\n        \u003cion-item class=\"item-divider\"\u003e B \u003c/ion-item\u003e\n        ....\n    \u003c/ion-list\u003e\n\u003c/ion-content\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoordeveloper%2Fion-sticky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoordeveloper%2Fion-sticky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoordeveloper%2Fion-sticky/lists"}