MCPcopy Create free account
hub / github.com/better-auth/examples / Loader

Function Loader

astro-example/src/components/loader.tsx:1–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function Loader() {
2 return (
3 <svg
4 xmlns="http://www.w3.org/2000/svg"
5 width="1em"
6 height="1em"
7 viewBox="0 0 24 24"
8 class="animate-spin"
9 >
10 <path
11 fill="currentColor"
12 d="M12 22c5.421 0 10-4.579 10-10h-2c0 4.337-3.663 8-8 8s-8-3.663-8-8s3.663-8 8-8V2C6.579 2 2 6.58 2 12c0 5.421 4.579 10 10 10"
13 ></path>
14 </svg>
15 );
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected