Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 698 Bytes

react-code-playground

Subscribed component to Pusher on top of code mirror

NPM JavaScript Style Guide

Install

npm install --save react-code-playground

Usage

import React, { Component } from 'react'

import CodePlayground from 'react-code-playground'
import 'react-code-playground/dist/index.css'

class Example extends Component {
  render() {
    return <CodePlayground />
  }
}

License

MIT © eltallerjsdev