{"id":18015542,"url":"https://github.com/ehsan-shv/vb-smooth","last_synced_at":"2026-05-04T08:41:59.801Z","repository":{"id":43558995,"uuid":"462389837","full_name":"ehsan-shv/vb-smooth","owner":"ehsan-shv","description":"Vue3 and Nuxt3 smooth scroll component.","archived":false,"fork":false,"pushed_at":"2022-02-26T18:26:01.000Z","size":587,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T21:51:29.322Z","etag":null,"topics":["custom-scrollbar","nuxt3","scrollbar","smooth-scrolling","typescript","vue3"],"latest_commit_sha":null,"homepage":"https://ehsan-shv.github.io/vb-smooth/","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/ehsan-shv.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}},"created_at":"2022-02-22T16:50:03.000Z","updated_at":"2023-12-19T06:34:47.000Z","dependencies_parsed_at":"2022-09-16T13:11:28.560Z","dependency_job_id":null,"html_url":"https://github.com/ehsan-shv/vb-smooth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ehsan-shv/vb-smooth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-smooth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-smooth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-smooth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-smooth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehsan-shv","download_url":"https://codeload.github.com/ehsan-shv/vb-smooth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-smooth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["custom-scrollbar","nuxt3","scrollbar","smooth-scrolling","typescript","vue3"],"created_at":"2024-10-30T04:14:18.089Z","updated_at":"2026-05-04T08:41:59.736Z","avatar_url":"https://github.com/ehsan-shv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vb-smooth\n\n\u003ca href=\"https://www.npmjs.com/package/vb-smooth\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vb-smooth.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n\n\u003e Smooth scroll component for Vue3 and Nuxt apps. [Demo](https://ehsan-shv.github.io/vb-smooth/)\n\n## Instalation\n\n```bash\nnpm i vb-smooth\n```\n\n## Vue and Nuxt Example\n\n```js\n\u003ctemplate\u003e\n  \u003cVBSmooth\u003e\n     // Your Content...\n  \u003c/VBSmooth\u003e\n\u003c/template\u003e\n\u003cscript lang=\"ts\"\u003e\nimport VBSmooth from 'vb-smooth';\n\nexport default {\n  components: { VBSmooth },\n};\n\u003c/script\u003e\n```\n\n## Vue and Vue Router Example\n\n```js\n\u003ctemplate\u003e\n  \u003cVBSmooth\u003e\n    \u003crouter-view /\u003e\n  \u003c/VBSmooth\u003e\n\u003c/template\u003e\n\u003cscript lang=\"ts\"\u003e\nimport VBSmooth from 'vb-smooth';\n\nexport default {\n  components: { VBSmooth },\n};\n\u003c/script\u003e\n```\n\n## Customize\n\nCheck out options at [docs](https://github.com/idiotWu/smooth-scrollbar).\n\n```js\n\u003ctemplate\u003e\n  \u003cVBSmooth :options=\"options\"\u003e\n    // Your Content...\n  \u003c/VBSmooth\u003e\n\u003c/template\u003e\n\u003cscript lang=\"ts\"\u003e\nimport { ref } from 'vue';\nimport VBSmooth from 'vb-smooth';\n\nexport default {\n  components: { VBSmooth },\n  setup() {\n    const options = ref({\n      // options\n    });\n\n    return {\n      options,\n    };\n  },\n};\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-smooth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehsan-shv%2Fvb-smooth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-smooth/lists"}