diff --git a/src/components/Gauge.astro b/src/components/Gauge.astro new file mode 100644 index 0000000..47687ef --- /dev/null +++ b/src/components/Gauge.astro @@ -0,0 +1,29 @@ +--- +const { fillPercentage } = Astro.props; +--- + +
+
+
+ +