3.0.3 • Published 5 years ago

show-props v3.0.3

Weekly downloads
24
License
ISC
Repository
-
Last release
5 years ago

Show Props

A React component that shows you the props that it recieves, useful for debugging.

Usage

npm install show-props --save-dev

import ShowProps from 'show-props'

<ShowProps someProp={someProp} otherProps={{...otherProps}} />

Renders the props as an exploreable json tree (thanks to react-json-view)

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago