first commit
This commit is contained in:
11
src/components/Common/Loader.tsx
Normal file
11
src/components/Common/Loader.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const Loader = () => {
|
||||
return (
|
||||
<span
|
||||
className={`ml-1.5 h-4 w-4 animate-spin rounded-full border-2 border-solid border-white border-t-transparent dark:border-t-transparent`}
|
||||
></span>
|
||||
);
|
||||
};
|
||||
|
||||
export default Loader;
|
||||
Reference in New Issue
Block a user