MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Loader

Function Loader

frontend/src/organisms/Loader.tsx:9–18  ·  view source on GitHub ↗
(props: LoaderProps)

Source from the content-addressed store, hash-verified

7}
8
9export function Loader(props: LoaderProps) {
10 return (
11 <Center position="fixed" top={0} left={0} right={0} bottom={0} color="brand.primaryText" bg="inherit">
12 <VStack>
13 <Logo width={100} height={100}/>
14 <Text>{props.children}</Text>
15 </VStack>
16 </Center>
17 );
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected