MCPcopy
hub / github.com/nukeop/nuclear / PlayerShell

Function PlayerShell

packages/ui/src/components/PlayerShell.tsx:10–24  ·  view source on GitHub ↗
({
  children,
  className = '',
})

Source from the content-addressed store, hash-verified

8};
9
10export const PlayerShell: FC<PlayerShellProps> = ({
11 children,
12 className = '',
13}) => {
14 return (
15 <div
16 className={cn(
17 'grid h-screen w-screen grid-rows-[auto_1fr_auto] overflow-hidden',
18 className,
19 )}
20 >
21 {children}
22 </div>
23 );
24};

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected