mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-17 13:05:06 +00:00
Imrpoved blogs page
This commit is contained in:
parent
8fd1ca8260
commit
108b4533e9
17 changed files with 689 additions and 112 deletions
7
src/components/LoadingSpinner.tsx
Normal file
7
src/components/LoadingSpinner.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import React from 'react';
|
||||
|
||||
export const LoadingSpinner: React.FC = () => (
|
||||
<div className="flex justify-center items-center min-h-[400px]">
|
||||
<div className="animate-spin rounded-full h-12 w-12 border-4 border-sage-500 border-t-transparent" />
|
||||
</div>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue