react-live-props
v0.1.11
Published
Live playground for interacting with props on React components.
Readme
react-live-props
Live playground for interacting with props on React components.
Install
npm install --save react-live-propsUsage
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
