返回排行榜
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
reactjsdocumentationsandboxlive-codingplaygroundhacktoberfestsandpack
关键指标
Star 增长趋势
Star
6.2k
Forks
481
周增长
—
Issues
137
2k4k6k
2021年3月2022年1月2022年12月2023年11月2024年10月2025年8月2026年7月
制品库npm
npm install sandpackREADME

Sandpack
Sandpack is a component toolkit for creating your own live running code editing experience powered by 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.
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" />;
Sandpack Themes
A list of themes to customize your Sandpack components.
import { githubLight } from "@codesandbox/sandpack-themes";
<Sandpack theme={githubLight} />;
相关仓库