react-live-props

Live playground for interacting with props on React components.

Usage no npm install needed!

<script type="module">
  import reactLiveProps from 'https://cdn.skypack.dev/react-live-props';
</script>

README

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