Socket
Book a DemoInstallSign in
Socket

show-props

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

show-props

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

latest
npmnpm
Version
3.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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)

Keywords

react

FAQs

Package last updated on 25 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts