0.1.2 • Published 8 years ago

code-playground v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

This project is under heavy development If you a looking for a stable one you can use jotted or editr.js

Code playground

A component for rendering HTML, CSS, Javascript code with editable source and live preview.

What is this ?

This is a React component for generating code mockup. You can think of this like CodePen or JSFiddle of you own.

How is this different from component-playground

Can I use this on a site doesn't use React ?

Sorry but I don't have plan for this at the momment.

You can use some standalone alternative solution like jotted or editr.js. In facts, Code playground was inspired by those projects

Install

npm install --save code-playground

Development

git clone https://github.com/thangngoc89/react-playground-component
npm install
npm start