MCPcopy Create free account
hub / github.com/baiwumm/react-admin / ComponentLoading

Function ComponentLoading

Xmw_web/src/loading.tsx:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import { FC } from 'react'
11
12const ComponentLoading: FC = () => {
13 return (
14 <div style={{ textAlign: 'center', padding: '30px 0 18px', overflow: 'hidden' }}>
15 <Spin />
16 </div>
17 )
18}
19export default ComponentLoading

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected