https://github.com/vnau/svelte-gauge
⭕️ Gauge chart component for Svelte
https://github.com/vnau/svelte-gauge
component-library components components-library gauge svelte svelte-component sveltekit ui
Last synced: 2 months ago
JSON representation
⭕️ Gauge chart component for Svelte
- Host: GitHub
- URL: https://github.com/vnau/svelte-gauge
- Owner: vnau
- License: mit
- Created: 2024-11-29T18:19:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:57:36.000Z (3 months ago)
- Last Synced: 2025-04-02T16:50:25.563Z (3 months ago)
- Topics: component-library, components, components-library, gauge, svelte, svelte-component, sveltekit, ui
- Language: Svelte
- Homepage:
- Size: 202 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Gauge
[](https://www.npmjs.com/package/svelte-gauge)
[](https://bundlephobia.com/package/svelte-gauge)
[](https://www.npmjs.com/package/svelte-gauge)
[](LICENSE)A customizable and animated gauge component built with Svelte, perfect for visualizing progress, performance metrics, or other numerical data.
## 🎮 Demo
Experience the Svelte Gauge in action:
[Try it in the Svelte Playground](https://svelte.dev/playground/8e9390da303a4e33a5e53d431ed0df94?version=5.9.0)## 📦 Installation
Install the package via npm:
```bash
npm install svelte-gauge
```## 🛠 Usage
Import the component and use it in your Svelte application:
```Svelte
import Gauge from "svelte-gauge";
```