{"id":22678379,"url":"https://github.com/vnau/svelte-gauge","last_synced_at":"2025-04-12T14:40:59.056Z","repository":{"id":265981495,"uuid":"896186728","full_name":"vnau/svelte-gauge","owner":"vnau","description":"⭕️ Gauge chart component for Svelte","archived":false,"fork":false,"pushed_at":"2025-03-26T01:57:36.000Z","size":207,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T16:50:25.563Z","etag":null,"topics":["component-library","components","components-library","gauge","svelte","svelte-component","sveltekit","ui"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/vnau.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":"2024-11-29T18:19:01.000Z","updated_at":"2025-03-29T09:45:05.000Z","dependencies_parsed_at":"2024-12-09T00:22:09.283Z","dependency_job_id":null,"html_url":"https://github.com/vnau/svelte-gauge","commit_stats":null,"previous_names":["vnau/svelte-gauge"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnau%2Fsvelte-gauge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnau%2Fsvelte-gauge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnau%2Fsvelte-gauge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vnau%2Fsvelte-gauge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vnau","download_url":"https://codeload.github.com/vnau/svelte-gauge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248582510,"owners_count":21128394,"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-library","components","components-library","gauge","svelte","svelte-component","sveltekit","ui"],"created_at":"2024-12-09T18:15:00.420Z","updated_at":"2025-04-12T14:40:59.051Z","avatar_url":"https://github.com/vnau.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte Gauge\n\n[![npm](https://img.shields.io/npm/v/svelte-gauge.svg)](https://www.npmjs.com/package/svelte-gauge)\n[![bundle size](https://img.shields.io/bundlephobia/minzip/svelte-gauge)](https://bundlephobia.com/package/svelte-gauge)\n[![downloads](https://img.shields.io/npm/dw/svelte-gauge)](https://www.npmjs.com/package/svelte-gauge)\n[![License](https://img.shields.io/npm/l/svelte-gauge.svg)](LICENSE)\n\nA customizable and animated gauge component built with Svelte, perfect for visualizing progress, performance metrics, or other numerical data.\n\n\u003cimg width=\"100%\" alt=\"svelte.gauge preview\" src=\"images/banner.png\"\u003e\n\n## 🎮 Demo\n\nExperience the Svelte Gauge in action:\n[Try it in the Svelte Playground](https://svelte.dev/playground/8e9390da303a4e33a5e53d431ed0df94?version=5.9.0)\n\n## 📦 Installation\n\nInstall the package via npm:\n\n```bash\nnpm install svelte-gauge\n```\n\n## 🛠 Usage\n\nImport the component and use it in your Svelte application:\n\n```Svelte\n\u003cscript\u003e\n  import Gauge from \"svelte-gauge\";\n\u003c/script\u003e\n\n\u003cGauge\n  value={value}\n  start={0}\n  stop={100}\n  stroke={20}\n  color={\"red\"}\n  labels={[\"One\", \"Two\", \"Three\"]}\n  segments={[\n    [0, 33],\n    [34, 66],\n    [67, 100],\n  ]}\n  width=\"300px\"\n  class=\"custom-gauge\"\n/\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnau%2Fsvelte-gauge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvnau%2Fsvelte-gauge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvnau%2Fsvelte-gauge/lists"}