0.1.3 • Published 6 years ago
@stembord/react-editor v0.1.3
ts-react-editor
react editor
import { Editor } from "@stembord/react-editor";
<Editor code="javascript" readonly>
console.log("Hello, world!");
</Editor>
react editor
import { Editor } from "@stembord/react-editor";
<Editor code="javascript" readonly>
console.log("Hello, world!");
</Editor>