MCPcopy Create free account
hub / github.com/Fernanda-Kipper/text-editor / Loading

Function Loading

src/components/loading.tsx:47–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47export function Loading(){
48 return(
49 <div data-testid="loading">
50 <motion.div
51 style={loadingContainer}
52 variants={loadingContainerVariants}
53 initial="start"
54 animate="end"
55 >
56 <motion.span
57 style={loadingCircle}
58 variants={loadingCircleVariants}
59 transition={loadingCircleTransition}
60 />
61 <motion.span
62 style={loadingCircle}
63 variants={loadingCircleVariants}
64 transition={loadingCircleTransition}
65 />
66 <motion.span
67 style={loadingCircle}
68 variants={loadingCircleVariants}
69 transition={loadingCircleTransition}
70 />
71 </motion.div>
72 </div>
73 )
74}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…