A live React code editor and preview component built with Babel and Prism.
npm install react-live-codingbash
npm install react-live-coding
š§ Usage
import React from "react";
import LiveCoding from "react-live-coding";
function App() {
return Hello Live Editor!
`} />;
}
export default App;