0.1.11 • Published 6 years ago

react-live-props v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago