@paperclip-ui/repl

18.5.6 • Public • Published
import React from "react";
import {PaperclipREPL} from "@paperclip-ui/repl";

const FILES = {
  "entry.pc": `
    Hello World
  `
};

const onContentChange = (fileName: string, content: string) => {
  // do something
};

<PaperclipREPL 
  files={FILES} 
  main="entry.pc" 
  onContentChange={onContentChange}
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @paperclip-ui/repl

Weekly Downloads

1

Version

18.5.6

License

ISC

Unpacked Size

51.5 MB

Total Files

588

Last publish

Collaborators

  • crcn