Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WardAnalytics/WardGraph
/ LoadingCircleProps
Interface
LoadingCircleProps
src/components/common/LoadingCircle.tsx:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import clsx from
"clsx"
;
3
4
interface LoadingCircleProps {
5
className?: string;
6
}
7
8
const LoadingCircle: FC<LoadingCircleProps> = ({ className }) => {
9
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected