sandpack-react 0.18.0
Install from the command line:
Learn more about npm packages
$ npm install @codesandbox/sandpack-react@0.18.0
Install via package.json:
"@codesandbox/sandpack-react": "0.18.0"
About this version
React components that give you the power of editable sandboxes that run in the browser.
import { Sandpack } from "@codesandbox/sandpack-react";
import "@codesandbox/sandpack-react/dist/index.css";
<Sandpack template="react" />;
For full documentation, visit https://sandpack.codesandbox.io/docs/