MCPcopy Create free account
hub / github.com/Klerith/react-hooks / LoadingQuote

Function LoadingQuote

src/03-examples/LoadingQuote.jsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1
2
3export const LoadingQuote = () => {
4 return (
5 <div className="alert alert-info text-center">
6 Loading...
7 </div>
8 )
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected