Arcadia.Gauge
1.0.0-beta.21
dotnet add package Arcadia.Gauge --version 1.0.0-beta.21
NuGet\Install-Package Arcadia.Gauge -Version 1.0.0-beta.21
<PackageReference Include="Arcadia.Gauge" Version="1.0.0-beta.21" />
<PackageVersion Include="Arcadia.Gauge" Version="1.0.0-beta.21" />
<PackageReference Include="Arcadia.Gauge" />
paket add Arcadia.Gauge --version 1.0.0-beta.21
#r "nuget: Arcadia.Gauge, 1.0.0-beta.21"
#:package Arcadia.Gauge@1.0.0-beta.21
#addin nuget:?package=Arcadia.Gauge&version=1.0.0-beta.21&prerelease
#tool nuget:?package=Arcadia.Gauge&version=1.0.0-beta.21&prerelease
<p align="center"> <strong>Arcadia.Gauge</strong><br> <em>Free, standalone Blazor gauge components — radial, semi-circular, and linear. Pure SVG, zero JavaScript.</em> </p>
Why Arcadia Gauge?
- Free forever — MIT licensed, no watermark, no Pro lock
- Zero dependencies — doesn't require Arcadia.Core or any other package
- Tiny — under 15KB total (DLL + CSS)
- Pure SVG — renders on the server, no JS hydration
- Accessible — WCAG 2.1 AA, screen reader support
Features
| Feature | Status |
|---|---|
| Circular gauge (full 360°) | Yes |
| Semi-circular gauge (180°) | Yes |
| Custom start/end angles | Yes |
| Needle pointer | Yes |
| Tick marks (major + minor) | Yes |
| Tick labels | Yes |
| Color thresholds | Yes |
| Gradient arcs | Yes |
| Multiple colored ranges | Yes |
| Animated transitions | Yes |
| Center template | Yes |
| Rounded arc caps | Yes |
| Responsive sizing | Yes |
Quick Start
dotnet add package Arcadia.Gauge
<link href="_content/Arcadia.Gauge/css/arcadia-gauge.css" rel="stylesheet" />
@using Arcadia.Gauge.Components
<ArcadiaRadialGauge Value="73" Label="CPU Usage" />
<ArcadiaRadialGauge Value="850" Min="300" Max="900" Label="Score"
FullCircle="true" ShowNeedle="true"
ShowTicks="true" ShowTickLabels="true" />
Part of Arcadia Controls
Arcadia.Gauge is a standalone free package. For charts, DataGrid, forms, and more, check out Arcadia Controls.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components (>= 10.0.0-preview.4.25258.110)
- Microsoft.AspNetCore.Components.Web (>= 10.0.0-preview.4.25258.110)
-
net5.0
- Microsoft.AspNetCore.Components (>= 5.0.17)
- Microsoft.AspNetCore.Components.Web (>= 5.0.17)
-
net6.0
- Microsoft.AspNetCore.Components (>= 6.0.36)
- Microsoft.AspNetCore.Components.Web (>= 6.0.36)
-
net7.0
- Microsoft.AspNetCore.Components (>= 7.0.20)
- Microsoft.AspNetCore.Components.Web (>= 7.0.20)
-
net8.0
- Microsoft.AspNetCore.Components (>= 8.0.12)
- Microsoft.AspNetCore.Components.Web (>= 8.0.12)
-
net9.0
- Microsoft.AspNetCore.Components (>= 9.0.0)
- Microsoft.AspNetCore.Components.Web (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta.21 | 64 | 4/4/2026 |
| 1.0.0-beta.19 | 55 | 3/30/2026 |
| 1.0.0-beta.18 | 57 | 3/30/2026 |
| 1.0.0-beta.17 | 53 | 3/29/2026 |
Free standalone gauge package — no Arcadia.Core or Arcadia.Charts dependency needed. MIT licensed forever.
Features: needle pointer, tick marks with labels, gradient arcs, multiple colored ranges, animated transitions, start/end angle control, center template, responsive sizing.