@cjulian/debug-react

0.0.1 • Public • Published

@cjulian/debug-react

A React component that outputs a value stringified and preformatted.

installation

npm install @cjulian/debug-react

usage

import Debug from '@cjulian/debug-react';

const myObject = { foo: 'bar', baz: 'bat'};
<Debug value={myObject} />

Readme

Keywords

none

Package Sidebar

Install

npm i @cjulian/debug-react

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

2.87 kB

Total Files

7

Last publish

Collaborators

  • cjulian