react-live-props

Live playground for interacting with props on React components.


License
MIT
Install
npm install react-live-props@0.1.11

Documentation

react-live-props

Live playground for interacting with props on React components.

NPM Build Status JavaScript Style Guide

Install

npm install --save react-live-props

Usage

import React, { Component } from 'react'

import ReactLiveProps from 'react-live-props'
import MyExampleComponent from './my-example-component'

class Example extends Component {
  render () {
    return (
      <ReactLiveProps
        of={MyExampleComponent}
      />
    )
  }
}

License

MIT © Hydrate