bvaughn / sandpack

A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.

Home Page:https://sandpack.codesandbox.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component toolkit for live running code editing experiences

Sandpack

Sandpack is a component toolkit for creating your own live running code editing experience powered by CodeSandbox.

Learn more about Sandpack

Sandpack client

This is a small foundation package that sits on top of the bundler. It is framework agnostic and facilitates the handshake between your context and the bundler iframe.

Read more

Sandpack React

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" />;

Read more

Documentation

You can find the Sandpack documentation on https://sandpack.codesandbox.io/docs/.

Start with the Sandpack introduction page for a quick overview and you can kick the tyres as well.

The documentation is divided into following sections:

About

A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.

https://sandpack.codesandbox.io/

License:GNU General Public License v2.0


Languages

Language:TypeScript 89.3%Language:JavaScript 5.5%Language:SCSS 2.7%Language:CSS 2.4%Language:Shell 0.0%