MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / Mdx

Function Mdx

frontend/components/mdx-components.tsx:153–161  ·  view source on GitHub ↗
({ code }: MdxProps)

Source from the content-addressed store, hash-verified

151}
152
153export function Mdx({ code }: MdxProps) {
154 const Component = useMDXComponent(code)
155
156 return (
157 <div className="mdx">
158 <Component components={components} />
159 </div>
160 )
161}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected