From 9235e9a6fbb364713105137b6bf5bba9d81ecd4c Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 16 Feb 2024 21:26:24 +0000 Subject: ui: Change action buttons to show a spinner when the request is loading --- packages/web/components/ui/spinner.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/web/components/ui/spinner.tsx (limited to 'packages/web/components/ui/spinner.tsx') diff --git a/packages/web/components/ui/spinner.tsx b/packages/web/components/ui/spinner.tsx new file mode 100644 index 00000000..adcd2807 --- /dev/null +++ b/packages/web/components/ui/spinner.tsx @@ -0,0 +1,20 @@ +import { cn } from "@/lib/utils"; + +export default function LoadingSpinner({ className }: { className?: string }) { + return ( + + + + ); +} -- cgit v1.2.3-70-g09d2