An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Svelte Gauge

[![npm](https://img.shields.io/npm/v/svelte-gauge.svg)](https://www.npmjs.com/package/svelte-gauge)
[![bundle size](https://img.shields.io/bundlephobia/minzip/svelte-gauge)](https://bundlephobia.com/package/svelte-gauge)
[![downloads](https://img.shields.io/npm/dw/svelte-gauge)](https://www.npmjs.com/package/svelte-gauge)
[![License](https://img.shields.io/npm/l/svelte-gauge.svg)](LICENSE)

A customizable and animated gauge component built with Svelte, perfect for visualizing progress, performance metrics, or other numerical data.

svelte.gauge preview

## 🎮 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";

```