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

Function Preview

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

Source from the content-addressed store, hash-verified

131}
132
133export function Preview({ children }: { children: React.ReactNode }) {
134 return (
135 <div className="group inline-flex w-full items-center justify-center gap-3 rounded-lg border border-gray-200 py-8 sm:max-lg:block dark:border-gray-700">
136 {children}
137 </div>
138 )
139}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected