MCPcopy Create free account
hub / github.com/github/docs / LoadingIndicator

Function LoadingIndicator

components/playground/editor/LoadingIndicator.tsx:3–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Box, Text } from '@primer/react'
2
3export function LoadingIndicator() {
4 return (
5 <Box display="flex" flexDirection="column" alignItems="center" py={4}>
6 <img width="120px" src="/assets/images/playground/loading.gif" alt="bouncing octocat" />
7 <Text fontFamily="mono" fontSize={1} color="gray.8">
8 Loading...
9 </Text>
10 </Box>
11 )
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected