@xqcc/playground-react
v0.0.4
Published
React components for playground environment
Downloads
1
Maintainers
Readme
Playground
Support running js code in the browser
[!NOTE] This is a testing phase, please do not use it in production environment.
You are welcome to use it and submit lssues aftertag:0.1.0
Playground React
React components that give you the power of editable playground that run in the browser.
npm i @xqcc/playground-react
import { Playground } from "@xqcc/playground-react";
import "@xqcc/playground-react/style.css";
<Playground template="react" name="your want name" />;