{"id":20467037,"url":"https://github.com/codekraft-studio/vue-autoscroll","last_synced_at":"2026-06-10T14:31:17.584Z","repository":{"id":39494377,"uuid":"159116238","full_name":"codekraft-studio/vue-autoscroll","owner":"codekraft-studio","description":"Automatic scroll-down on event directive for VueJs","archived":false,"fork":false,"pushed_at":"2023-01-04T01:27:49.000Z","size":3331,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T12:47:45.752Z","etag":null,"topics":["autoscroll","vue-directive","vuejs"],"latest_commit_sha":null,"homepage":"https://codekraft-studio.github.io/vue-autoscroll/","language":"Vue","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/codekraft-studio.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":"2018-11-26T05:35:54.000Z","updated_at":"2024-03-19T04:13:03.000Z","dependencies_parsed_at":"2023-02-01T17:31:59.735Z","dependency_job_id":null,"html_url":"https://github.com/codekraft-studio/vue-autoscroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codekraft-studio/vue-autoscroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Fvue-autoscroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Fvue-autoscroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Fvue-autoscroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Fvue-autoscroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekraft-studio","download_url":"https://codeload.github.com/codekraft-studio/vue-autoscroll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekraft-studio%2Fvue-autoscroll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["autoscroll","vue-directive","vuejs"],"created_at":"2024-11-15T13:26:51.383Z","updated_at":"2026-06-10T14:31:17.567Z","avatar_url":"https://github.com/codekraft-studio.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-autoscroll\n\n\u003e Automatic scroll-down directive for VueJs\n\n### [DEMO](https://codekraft-studio.github.io/vue-autoscroll/)\n\n## Installation\n\nInstall the project locally using your favourite package manager.\n\n```\nnpm install @codekraft-studio/vue-autoscroll\n```\n\nRegister the plugin in your Vue application.\n\n```js\nimport Vue from 'vue'\nimport VueAutoscroll from '@codekraft-studio/vue-autoscroll'\n\nVue.use(VueAutoscroll)\n```\n\nThan place the directive on the container you want to scroll automatically.\n\n```html\n\u003cul class=\"messages-container\" v-autoscroll\u003e\n  \u003cli v-for=\"message in messages\" v-text=\"message\" class=\"message\"\u003e\u003c/li\u003e\n\u003c/ul\u003e\n```\n\nYou can also use custom scroll settings.\n\n```html\n\u003cul class=\"messages-container\" v-autoscroll=\"{ smooth: false, always: true }\"\u003e\n  \u003cli v-for=\"message in messages\" v-text=\"message\" class=\"message\"\u003e\u003c/li\u003e\n\u003c/ul\u003e\n```\n\nIf you have a complicate html structure and you need to watch also for grandchildrens and more, you can use the __deep__ modifier.\n\n```html\n\u003cdiv v-autoscroll.deep\u003e\n  \u003cdiv v-for=\"(entries, key) in groupedEntries\"\u003e\n    \u003cdiv\u003e{{key}}\u003c/div\u003e\n    \u003cdiv v-for=\"entry in entries\"\u003e{{entry}}\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n---\n\n## License\n\nReleased with [MIT License](./LICENSE) © [codekraft-studio](https://github.com/codekraft-studio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekraft-studio%2Fvue-autoscroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekraft-studio%2Fvue-autoscroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekraft-studio%2Fvue-autoscroll/lists"}