MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / Row

Function Row

src/components/mdx.tsx:60–66  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

58}
59
60export function Row({ children }: { children: React.ReactNode }) {
61 return (
62 <div className="grid grid-cols-1 items-start gap-x-16 gap-y-10 xl:max-w-none xl:grid-cols-2">
63 {children}
64 </div>
65 )
66}
67
68export function Col({
69 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected