Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cartesiancs/map3d
/ SelectBox
Function
SelectBox
src/components/map/SelectMap.tsx:247–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
function SelectBox() {
248
return (
249
<>
250
<MousePointerClick css={IconSize} />
251
<span>Select Box</span>
252
</>
253
);
254
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected