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

Function ShowSpinner

components/search/Loading.tsx:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21function ShowSpinner() {
22 return (
23 <div className="my-12 d-flex flex-justify-center">
24 <Spinner size="medium" />
25 </div>
26 )
27}
28
29function ShowNothing() {
30 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected