react-code-playground

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-code-playground

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

29.6 kB

Total Files

7

Last publish

Collaborators

  • eltallerjs