{"id":13535804,"url":"https://github.com/luiguild/v-bar","last_synced_at":"2025-04-10T02:22:28.774Z","repository":{"id":19035016,"uuid":"85858411","full_name":"luiguild/v-bar","owner":"luiguild","description":"The virtual responsive crossbrowser scrollbar component for VueJS 2x","archived":false,"fork":false,"pushed_at":"2023-02-28T12:15:07.000Z","size":1187,"stargazers_count":221,"open_issues_count":28,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T18:53:12.181Z","etag":null,"topics":["component","javascript","pug","sass","scroll","scrollbar","scroller","scrolling","vbar","vue","vue-components","vue2","vuejs","vuejs-2x","vuejs2"],"latest_commit_sha":null,"homepage":"","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/luiguild.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-03-22T17:43:38.000Z","updated_at":"2025-01-18T12:28:40.000Z","dependencies_parsed_at":"2024-01-07T01:40:33.993Z","dependency_job_id":"1675fc68-fad5-4c7b-a5ee-fd82cc60f1e7","html_url":"https://github.com/luiguild/v-bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Fv-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Fv-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Fv-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luiguild%2Fv-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luiguild","download_url":"https://codeload.github.com/luiguild/v-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143217,"owners_count":21054733,"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":["component","javascript","pug","sass","scroll","scrollbar","scroller","scrolling","vbar","vue","vue-components","vue2","vuejs","vuejs-2x","vuejs2"],"created_at":"2024-08-01T09:00:27.768Z","updated_at":"2025-04-10T02:22:28.741Z","avatar_url":"https://github.com/luiguild.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/luiguild/v-bar/master/readme-image.png\"\u003e\u003c/p\u003e\n\n# VBar\n\nThe virtual responsive crossbrowser scrollbar component for VueJS 2x\n\n\u003ca href=\"https://luiguild.github.io/v-bar/\"\u003eDEMO\u003c/a\u003e\n\n## Usage\n#### Install\n###### Using NPM\n``` bash\nnpm i v-bar\n```\n###### Using yarn\n``` bash\nyarn add v-bar\n```\n\n#### In your `.vue` component create a class to your wrapper\n###### Using SASS\n``` vue\n\u003cstyle lang=\"sass\"\u003e\n    .wrapper\n        height: 300px\n        width: 300px\n\u003c/style\u003e\n```\n###### Simple CSS\n``` vue\n\u003cstyle\u003e\n    .wrapper {\n        height: 300px;\n        width: 300px;\n    }\n\u003c/style\u003e\n```\n\n#### Include the component in your template\n###### Using Simple HTML\n``` vue\n\u003ctemplate\u003e\n    \u003cv-bar wrapper=\"wrapper\"\n        vBar=\"\"\n        vBarInternal=\"\"\n        hBar=\"\"\n        hBarInternal=\"\"\u003e\n        \u003c!-- your content --\u003e\n    \u003c/v-bar\u003e\n\u003c/template\u003e\n```\n\n#### Import component\n``` vue\n\u003cscript\u003e\n    import VBar from 'v-bar'\n\n    # Declare\n    export default {\n        components: { VBar }\n    }\n\u003c/script\u003e\n```\n\n#### Options\nVBar is fully customizable. You can use your CSS classes to make it even more beautiful :)\n``` javascript\n*required* wrapper=\"\"\n*optional* vBar=\"\"\n*optional* vBarInternal=\"\"\n*optional* hBar=\"\"\n*optional* hBarInternal=\"\"\n```\n\n## To contribute and make it better\nClone the repo, change what you want and send PR\n\n###### Contributions are always welcome!\n\n## Build Setup\n``` bash\n# install dependencies\n# using NPM\nnpm install\n\n# using yarn\nyarn\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n```\n\n## Contributors\n#### Luigui Delyer\nhttps://github.com/luiguild\n\n#### Carlo Fragni\nhttps://github.com/carlofragni\n\n#### SoullessWaffle\nhttps://github.com/SoullessWaffle\n\n#### Robbe Clerckx\nhttps://github.com/robbeman\n\n#### antshil\nhttps://github.com/antshil\n\n#### Henrique Deodato\nhttps://github.com/h3nr1ke\n","funding_links":[],"categories":["UI组件","UI实用程序","Components \u0026 Libraries","UI Utilities","UI Utilities [🔝](#readme)"],"sub_categories":["滚动","UI Utilities","Scroll"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiguild%2Fv-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluiguild%2Fv-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluiguild%2Fv-bar/lists"}