sandpack
sandpack copied to clipboard
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
## What kind of change does this pull request introduce? This PR closes https://github.com/codesandbox/sandpack/issues/558 ## What is the current behavior? Currently sandpack has a `setActiveFile` function that can only open...
# Tell us how you think we can improve Sandpack Improve the attribution of traffic that originates from Sandpack. ## Packages affected - [x] sandpack-client - [x] sandpack-react ## What...
Open in CodeSandbox Web Editor | VS Code ## Description This PR is a kind of refactoring and introduces a new architecture for Sandpack-client: - **Refactor:**, unfortunately, the SandpackContext...
# Bug report ## Packages affected - [x] sandpack-client - [ ] sandpack-react ## Description of the problem I'm trying to use Sandpack Client to display html code, but it...
Hi, I want to include the primeng library into the Angular project, and it requires to import 'node_modules/primeng/resources/primeng.min.css' in styles.css. So I set the code in '/src/styles.css' file like this,...
Propose API: ```js setActiveFile(path, line?, column?) ``` or ```js setActiveFile(path, { line, column }?) ```
Hi, Thanks for this amazing product which helping me to build an online code IDE. I have some questions about the registry. We want to include the dependencies from our...
# Tell us how you think we can improve Sandpack Sometime what happen is user wants to rename a particular file so this can handle that use case ## Packages...
# Bug report ## Packages affected - [x] sandpack docs ## Description of the problem I am building an interactive course where I noticed a particular issue with scroll. Basically,...
# Bug report ## Packages affected - [ ] sandpack-react ## Description of the problem ``` ./node_modules/@codesandbox/sandpack-react/dist/index.mjs Attempted import error: 'Annotation' is not exported from '@codemirror/state'. ``` ### What steps...