MCPcopy Create free account
hub / github.com/code-with-antonio/nightcode / Spinner

Function Spinner

packages/cli/src/components/spinner.tsx:9–14  ·  view source on GitHub ↗
({ mode = Mode.BUILD }: Props)

Source from the content-addressed store, hash-verified

7};
8
9export function Spinner({ mode = Mode.BUILD }: Props) {
10 const { colors } = useTheme();
11 const activeColor = mode === Mode.PLAN ? colors.planMode : colors.primary;
12
13 return <spinner name="aesthetic" color={activeColor} />;
14};

Callers

nothing calls this directly

Calls 1

useThemeFunction · 0.90

Tested by

no test coverage detected