Skip to content

hydrateio/react-live-props

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Live playground for interacting with props on React components.

Resources

Stars

Watchers

Forks

Packages

No packages published