Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/
Class
src/ts-tailwind/Components/InfiniteMenu/InfiniteMenu.tsx:324–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
class DiscGeometry extends Geometry {
325
constructor(steps = 4, radius = 1) {
326
super();
327
const safeSteps = Math.max(4, steps);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected