MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / Spinner

Function Spinner

flow-debugger/debugger-ui/src/AppHeader.js:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18import { append } from "./page/chart/ChartSlice";
19
20const Spinner = () => {
21 return (
22 <img
23 alt=""
24 className={styles.spinner}
25 src="https://i.pinimg.com/originals/3e/f0/e6/3ef0e69f3c889c1307330c36a501eb12.gif"
26 />
27 );
28};
29
30const SwitchButton = (is_on, off, on, onClick, disabled) => {
31 return is_on ? (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected