{"id":20558837,"url":"https://github.com/sarahcssiqueira/scroll-bar-indicator","last_synced_at":"2026-02-05T10:33:51.793Z","repository":{"id":252098248,"uuid":"838501524","full_name":"sarahcssiqueira/scroll-bar-indicator","owner":"sarahcssiqueira","description":"NPM package that shows a visual representation of the user's scrolling progress.","archived":false,"fork":false,"pushed_at":"2024-11-03T22:14:15.000Z","size":391,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T02:29:44.876Z","etag":null,"topics":["npm-package","react","reactjs","scrollbar","scrolling","scrolling-website","scrollview"],"latest_commit_sha":null,"homepage":"https://scroll-indicator-demo.sarahjobs.com","language":"JavaScript","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/sarahcssiqueira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-08-05T19:12:32.000Z","updated_at":"2024-11-03T22:14:12.000Z","dependencies_parsed_at":"2024-11-03T23:28:44.283Z","dependency_job_id":null,"html_url":"https://github.com/sarahcssiqueira/scroll-bar-indicator","commit_stats":null,"previous_names":["sarahcssiqueira/scroll-bar-indicator"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sarahcssiqueira/scroll-bar-indicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fscroll-bar-indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fscroll-bar-indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fscroll-bar-indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fscroll-bar-indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarahcssiqueira","download_url":"https://codeload.github.com/sarahcssiqueira/scroll-bar-indicator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fscroll-bar-indicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["npm-package","react","reactjs","scrollbar","scrolling","scrolling-website","scrollview"],"created_at":"2024-11-16T03:47:11.521Z","updated_at":"2026-02-05T10:33:51.765Z","avatar_url":"https://github.com/sarahcssiqueira.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scroll Bar Indicator \n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![NPM Version](https://img.shields.io/npm/v/scroll-bar-indicator)](https://www.npmjs.com/package/scroll-bar-indicator)\n[![Release Version](https://img.shields.io/github/release/sarahcssiqueira/scroll-bar-indicator.svg?color)](https://github.com/sarahcssiqueira/scroll-bar-indicator/releases/latest)\n\nCustomizable React component for create a customizable scroll bar indicator. It shows a visual representation of the user's scrolling progress.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/screenshot.png\" alt=\"Scroll Bar Indicator Screenshot\"/\u003e\n\u003c/p\u003e\n\nSee [Demo here](https://scroll-indicator-demo.sarahjobs.com)\n\n\n## Installation\n\nTo install run:\n\n`npm i scroll-bar-indicator` or \n\n`yarn add scroll-bar-indicator`\n\n\n## Import\n\nImport the component:\n\n`import ScrollBarIndicator from 'scroll-bar-indicator';`\n\nAdd the component and pass your custom props:\n\n```\n    \u003cScrollBarIndicator\n      barColor=\"#b3b3b3\"\n      barHeight = \"2rem\",\n      indicatorColor=\"#8e32ff\" \n      infoColor=\"#333333\"\n      showInfo={true},\n      info=\"Page\"\n    /\u003e\n\n```\n\n\n## Props\n\n| Prop                | Type                  | Default Value          | Description                               |\n|---------------------|-----------------------|------------------------|-------------------------------------------|\n| barColor            | String                | #b3b3b3                | Color of the scroll bar                   |\n| barHeight           | String                | 2rem                   | Defines the bar height.                   |\n| indicatorColor      | String                | #8e32ff                | Color of the scroll indicator             |\n| infoColor           | String                | #333333                | Color of the scroll info text             |\n| showInfo            | Boolean               | True                   | Whether to display the scroll info text   |\n| info                | String                | Page                   | Text to display info below the component  |\n\n\n## Contributing\n\nContributions are welcome.\n\n- Fork the repository\n- Create your feature branch (`git checkout -b feature/my-feature`)\n- Commit your changes (`git commit -m 'commit message'`)\n- Push to the branch (`git push origin feature/my-featuree`)\n- Create a new Pull Request\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details.\n\n\n## Contact\n\nIssues, suggestions, or feedback, create an [issue](https://github.com/sarahcssiqueira/scroll-bar-indicator/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahcssiqueira%2Fscroll-bar-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarahcssiqueira%2Fscroll-bar-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahcssiqueira%2Fscroll-bar-indicator/lists"}