Skip to content

Instantly share code, notes, and snippets.

@AnishDe12020
Created December 11, 2021 13:35
Show Gist options
  • Save AnishDe12020/9c031f0c3298351d09436b754adf6243 to your computer and use it in GitHub Desktop.
Save AnishDe12020/9c031f0c3298351d09436b754adf6243 to your computer and use it in GitHub Desktop.
import { Sandpack } from "@codesandbox/sandpack-react";
import "@codesandbox/sandpack-react/dist/index.css";
const CustomMDXCode = props => {
return (
<Sandpack
template={props.template}
files={{ [`/${props.filename}`]: props.children }}
/>
);
};
export default CustomMDXCode;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment