()
| 1 | import { Box, Text } from '@primer/react' |
| 2 | |
| 3 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected