react-live-props

0.1.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-live-props

Weekly Downloads

0

Version

0.1.11

License

MIT

Unpacked Size

1.46 MB

Total Files

6

Last publish

Collaborators

  • fisch0920
  • jpeters5392