{"id":45322337,"url":"https://github.com/akbaruddin/components-gauge","last_synced_at":"2026-02-21T08:17:12.162Z","repository":{"id":58898643,"uuid":"533856319","full_name":"akbaruddin/components-gauge","owner":"akbaruddin","description":"Component Gauge","archived":false,"fork":false,"pushed_at":"2023-01-11T12:18:20.000Z","size":2462,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T03:38:07.228Z","etag":null,"topics":["component","gauge","plugin","react","reactjs","reactjs-components"],"latest_commit_sha":null,"homepage":"https://components-gauge.vercel.app","language":"TypeScript","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/akbaruddin.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"akbaruddin","patreon":"akbaruddin"}},"created_at":"2022-09-07T16:48:55.000Z","updated_at":"2023-08-26T21:49:36.000Z","dependencies_parsed_at":"2023-02-09T03:01:21.655Z","dependency_job_id":null,"html_url":"https://github.com/akbaruddin/components-gauge","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/akbaruddin/components-gauge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbaruddin%2Fcomponents-gauge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbaruddin%2Fcomponents-gauge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbaruddin%2Fcomponents-gauge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbaruddin%2Fcomponents-gauge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akbaruddin","download_url":"https://codeload.github.com/akbaruddin/components-gauge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbaruddin%2Fcomponents-gauge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29677216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["component","gauge","plugin","react","reactjs","reactjs-components"],"created_at":"2026-02-21T08:17:11.430Z","updated_at":"2026-02-21T08:17:12.156Z","avatar_url":"https://github.com/akbaruddin.png","language":"TypeScript","funding_links":["https://github.com/sponsors/akbaruddin","https://patreon.com/akbaruddin"],"categories":[],"sub_categories":[],"readme":"# Component Gauge\n\nSimple React Component to create Gauge.\n\n![npm bundle size](https://img.shields.io/bundlephobia/minzip/components-gauge?style=for-the-badge)\n![NPM](https://img.shields.io/npm/l/components-gauge?style=for-the-badge)\n![npm](https://img.shields.io/npm/v/components-gauge?style=for-the-badge)\n![npm](https://img.shields.io/npm/dw/components-gauge?style=for-the-badge)\n\nDemo: \u003chttps://components-gauge.vercel.app/\u003e\n\n```bash\n# npm\nnpm i components-gauge --save\n\n# yarn\nyarn add components-gauge\n\n# pnpm\npnpm i components-gauge\n```\n\n### Usage\n\n```jsx\nimport React, { Component } from \"react\";\nimport Gauge from \"components-gauge\";\n\nexport default function App() {\n  return (\n    \u003cGauge\n      animated: true,\n      width: 200,\n      height: 200,\n      baseStroke: 2,\n      filledStroke: 2.5,\n      baseColor: \"#eee\",\n      filledColor: \"#666\",\n      textColor: \"#000\",\n      radius: 40,\n      showValue: true,\n    /\u003e\n  );\n}\n```\n\n## Props\n\n| Prop                 | Default              | Description                                                                                                      |\n| -------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| animated             | true                 | Animation                                                                                                        |\n| width                | 200                  | width of chart 200px                                                                                             |\n| height               | 200                  | height of chart 200px                                                                                            |\n| baseStroke           | 2                    |                                                                                                                  |\n| filledStroke         | 2.5                  |                                                                                                                  |\n| baseColor            | #eee                 |                                                                                                                  |\n| filledColor          | #666                 |                                                                                                                  |\n| textColor            | #999                 |                                                                                                                  |\n| radius               | 40                   |                                                                                                                  |\n| showValue            | false                |                                                                                                                  |\n| time                 | 10000(10s)           |                                                                                                                  |\n| onEnd                | Empty                | Event on end                                                                                                     |\n\n## License\n\nMIT Licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbaruddin%2Fcomponents-gauge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakbaruddin%2Fcomponents-gauge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbaruddin%2Fcomponents-gauge/lists"}