MCPcopy Create free account
hub / github.com/dfinity/cancan / LoadingIndicatorProps

Interface LoadingIndicatorProps

src/components/LoadingIndicator.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "./LoadingIndicator.scss";
4
5interface LoadingIndicatorProps {
6 loadingMessage?: string;
7 completedMessage?: string;
8 isLoading?: boolean;
9}
10
11export function LoadingIndicator({
12 loadingMessage = "Loading...",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected