UNPKG
react-ui-playground
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A pruned live jsx editor from React.
wjsjtu.github.io/react-playground/
react-ui-playground
/
src
/
index.js
5 lines
(3 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
import
ReactPlayground
from
'./ReactPlayground'
;
export
default
ReactPlayground
;
export
const
Babel
=
require
(
'babel-standalone'
);