MCPcopy
hub / github.com/refinedev/refine / InitialLayout

Function InitialLayout

packages/devtools-ui/src/components/initial-layout.tsx:8–24  ·  view source on GitHub ↗
({ children }: Props)

Source from the content-addressed store, hash-verified

6};
7
8export const InitialLayout = ({ children }: Props) => {
9 return (
10 <div
11 className={clsx(
12 "re-bg-gray-900",
13 "re-flex",
14 "re-items-center",
15 "re-justify-center",
16 "re-h-auto",
17 "re-p-0",
18 "re-min-h-screen",
19 )}
20 >
21 {children}
22 </div>
23 );
24};

Callers

nothing calls this directly

Calls 1

clsxFunction · 0.50

Tested by

no test coverage detected