8000 GitHub - suryatmodulus/sandpack: An ecosystem of components and utilities built around the browser bundler that powers https://codesandbox.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

suryatmodulus/sandpack

 
 

Repository files navigation

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

Edit in CodeSandbox

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

<Sandpack template="react" />;

Read more

Sandpack Themes

A list of themes to customize your Sandpack components.

import { githubLight } from "@codesandbox/sandpack-themes";

<Sandpack theme={githubLight} />;

Read more

About

An ecosystem of components and utilities built around the browser bundler that powers https://codesandbox.io

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.3%
  • MDX 8.6%
  • JavaScript 4.3%
  • CSS 2.0%
  • SCSS 0.8%
0