{"id":13424070,"url":"https://github.com/BosNaufal/vue-scrollbar","last_synced_at":"2025-03-15T18:33:22.633Z","repository":{"id":71822538,"uuid":"58300726","full_name":"BosNaufal/vue-scrollbar","owner":"BosNaufal","description":"The Simplest Scroll Area Component with custom scrollbar for Vue Js. https://bosnaufal.github.io/vue-scrollbar/","archived":false,"fork":false,"pushed_at":"2016-09-29T22:49:27.000Z","size":58,"stargazers_count":117,"open_issues_count":1,"forks_count":25,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-09-28T08:16:23.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BosNaufal.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":"2016-05-08T07:07:01.000Z","updated_at":"2024-09-16T09:12:49.000Z","dependencies_parsed_at":"2024-01-07T01:41:39.551Z","dependency_job_id":"b18932f2-458e-4bd2-a097-9caba55c0cd0","html_url":"https://github.com/BosNaufal/vue-scrollbar","commit_stats":{"total_commits":13,"total_committers":4,"mean_commits":3.25,"dds":"0.23076923076923073","last_synced_commit":"48d95569211ddc03bd5b232e3502f2b0a1633fd2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BosNaufal%2Fvue-scrollbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BosNaufal%2Fvue-scrollbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BosNaufal%2Fvue-scrollbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BosNaufal%2Fvue-scrollbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BosNaufal","download_url":"https://codeload.github.com/BosNaufal/vue-scrollbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221593491,"owners_count":16849127,"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-07-31T00:00:47.980Z","updated_at":"2024-10-26T22:32:38.581Z","avatar_url":"https://github.com/BosNaufal.png","language":"Vue","funding_links":[],"categories":["Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Vue","UI组件","Awesome Vue.js"],"sub_categories":["Libraries \u0026 Plugins"],"readme":"# Vue Scrollbar\n\nThe Simplest Scroll Area Component with custom scrollbar for [Vue Js](http://vuejs.org/). All animation, Height and Width are pure CSS, So it's TOTALLY **CUSTOMIZABLE** and **RESPONSIVE**! YEAH!.\n\n[DEMO](https://bosnaufal.github.io/vue-scrollbar)\n\n## Install\nYou can import [vue-scrollbar.vue](./src/js/components/vue-scrollbar.vue) to your vue component file like [this](./src/js/components/app.js) and process it with your preprocessor.;\n\n\nYou can install it via NPM\n```bash\nnpm install vue-scrollbar\n```\n\n\n## Usage\n```html\n\n\u003ctemplate\u003e\n  \u003cvue-scrollbar classes=\"my-scrollbar\" v-bind:speed=100 \u003e\n    \u003cdiv class=\"should-have-a-children scroll-me\"\u003e\n      \u003cp\u003eAnd Now\u003c/p\u003e\n      \u003cp\u003eYou Can Put\u003c/p\u003e\n      \u003cp\u003eA Long Content Here\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/vue-scrollbar\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n\n  import vueScrollbar from 'vue-scrollbar';\n\n  export default {\n    components: { vueScrollbar }\n  };\n\n\u003c/script\u003e\n```\n\n\n## Props\n##### clasess (String)\nJust the ordinary class name for styling the wrapper. It's TOTALLY CUSTOMIZABLE!\n```css\n/*The Wrapper*/\n.my-scrollbar{\n  width: 35%;\n  min-width: 300px;\n  max-height: 450px;\n}\n\n/*The Content*/\n.scroll-me{\n  min-width: 750px;\n}\n```\n\n##### speed (Number)\nThe wheel step in pixel. The default is 53 pixel per wheel.\n\n## Thank You for Making this useful~\n\n## Let's talk about some projects with me\nJust Contact Me At:\n- Email: [bosnaufalemail@gmail.com](mailto:bosnaufalemail@gmail.com)\n- Skype Id: bosnaufal254\n- twitter: [@BosNaufal](https://twitter.com/BosNaufal)\n\n## License\n[MIT](http://opensource.org/licenses/MIT)\nCopyright (c) 2016 - forever Naufal Rabbani\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBosNaufal%2Fvue-scrollbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBosNaufal%2Fvue-scrollbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBosNaufal%2Fvue-scrollbar/lists"}