From 34cc7a96e6c6dae04b6288084fc78afefbe2e35b Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 25 Jun 2024 21:26:42 +0200 Subject: [PATCH] components/Gauge : ajout --- src/components/Gauge.astro | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/components/Gauge.astro 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; +--- + +
+
+
+ +