랭킹으로 돌아가기
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
reactjsdocumentationsandboxlive-codingplaygroundhacktoberfestsandpack
주요 지표
스타 성장
스타
6.2k
포크
481
주간 성장
—
이슈
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} />;
관련 저장소