{"id":17531277,"url":"https://github.com/reslear/unocss-preset-scrollbar-hide","last_synced_at":"2025-12-31T05:30:17.435Z","repository":{"id":65763706,"uuid":"598198932","full_name":"reslear/unocss-preset-scrollbar-hide","owner":"reslear","description":"Hide scrollbars, although the element can still be scrolled if the element's content overflows.","archived":false,"fork":false,"pushed_at":"2023-04-28T12:54:02.000Z","size":74,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T19:55:49.358Z","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/reslear.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-06T15:58:50.000Z","updated_at":"2024-08-21T16:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"8691fc09-c6e4-4fbe-b8b1-e975cbece340","html_url":"https://github.com/reslear/unocss-preset-scrollbar-hide","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"d85329ee6dcbbf7cdd672f25c8fad5606977d7f0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reslear%2Funocss-preset-scrollbar-hide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reslear%2Funocss-preset-scrollbar-hide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reslear%2Funocss-preset-scrollbar-hide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reslear%2Funocss-preset-scrollbar-hide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reslear","download_url":"https://codeload.github.com/reslear/unocss-preset-scrollbar-hide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239726281,"owners_count":19687087,"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-10-20T17:23:24.361Z","updated_at":"2025-12-31T05:30:17.400Z","avatar_url":"https://github.com/reslear.png","language":"Vue","funding_links":[],"categories":["Presets","Community"],"sub_categories":["Presets"],"readme":"# unocss-preset-scrollbar-hide\nUnoCSS preset for hide scrollbars, although the element can still be scrolled if the element's content overflows. Part of the [UnoCSS Community Presets](https://github.com/unocss/unocss#community-presets).\n\n- same as [tailwind-scrollbar-hide](https://github.com/reslear/tailwind-scrollbar-hide)\n\n\n[![npm](https://img.shields.io/npm/v/unocss-preset-scrollbar-hide)](https://www.npmjs.com/package/unocss-preset-scrollbar-hide)\n[![npm](https://img.shields.io/npm/dw/unocss-preset-scrollbar-hide)](https://www.npmjs.com/package/unocss-preset-scrollbar-hide)\n[![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/npm/unocss-preset-scrollbar-hide?0)](https://www.npmjs.com/package/unocss-preset-scrollbar-hide)\n[![install size](https://packagephobia.com/badge?p=unocss-preset-scrollbar-hide)](https://packagephobia.com/result?p=unocss-preset-scrollbar-hide)\n\u003c!-- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) --\u003e\n\n![unocss-preset-scrollbar-hide animation demo](https://user-images.githubusercontent.com/12596485/217338621-876e1a28-fd49-4135-b6bf-e2f45da49ca6.gif)\n\n[Live demo](https://reslear.github.io/packages/tailwind-scroll-hide/index.html)\n\n\n## Installation\n\nInstall the preset from npm:\n\n```sh\n# Using npm\nnpm install unocss-preset-scrollbar-hide\n\n# Using Yarn\nyarn add unocss-preset-scrollbar-hide\n\n# Using pnpm\npnpm add unocss-preset-scrollbar-hide\n```\n\nThen add the plugin to your config file:\n\n```ts\n// unocss.config.ts\nimport { presetUno } from 'unocss'\nimport { presetScrollbarHide } from 'unocss-preset-scrollbar-hide'\n\nexport default defineConfig({\n  // ...\n  presets: [\n    presetUno(),\n    // ...\n    presetScrollbarHide()\n  ],\n})\n```\n\n## Usage\n\nUse in you template `scrollbar-hide` for visual hiding scrollbar\n\n```html\n\u003cdiv class=\"w-4 scrollbar-hide\"\u003e...\u003c/div\u003e\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freslear%2Funocss-preset-scrollbar-hide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freslear%2Funocss-preset-scrollbar-hide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freslear%2Funocss-preset-scrollbar-hide/lists"}