From 0451fd96a5aa22410560a8e6ab77242d3ee0654a Mon Sep 17 00:00:00 2001 From: Manurbhav Arya Date: Mon, 24 Jun 2024 16:09:21 +0530 Subject: countdown timer component --- src/components/CountdownTimer.astro | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/components/CountdownTimer.astro diff --git a/src/components/CountdownTimer.astro b/src/components/CountdownTimer.astro new file mode 100644 index 0000000..4511480 --- /dev/null +++ b/src/components/CountdownTimer.astro @@ -0,0 +1,70 @@ +--- + +--- +
+
+

00

+ Days +
+
+

00

+ Hours +
+
+

00

+ Minutes +
+
+

00

+ Seconds +
+
+ + \ No newline at end of file -- cgit