Skip to content

charlottecomputer/live-code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Code Editor

Example:

import LiveCode from "../src/LiveCode";

<LiveCode initialValue={`let fizzBuzz = function (n) { }`} />;

Parameters

Parameters Default Value Type Options Example Use Reasoning
exact " " string let fizzBuzz = function (n) { } Add in a default function, comments or code to start people off
renderNow false boolean true Whether or not to immediately load the output. Get a button instead for rendering code on demand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published