Skip to content

Instantly share code, notes, and snippets.

@AnishDe12020
Created December 11, 2021 13:34
Show Gist options
  • Save AnishDe12020/5c510f8877673ec233263e05c64fc35d to your computer and use it in GitHub Desktop.
Save AnishDe12020/5c510f8877673ec233263e05c64fc35d to your computer and use it in GitHub Desktop.
import { Sandpack } from "@codesandbox/sandpack-react";
import "@codesandbox/sandpack-react/dist/index.css";
function App() {
return (
<div>
<Sandpack template="react" theme="sandpack-dark" />
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment