ui-debug

1.0.3 • Public • Published

UI Debug

A React component that helps you reduce console log during debugging, displaying raw data without going through the rendering process.

This package is under development

Installation

yarn add ui-debug
npm install ui-debug

How to use

import Debugger from "ui-debug";
// some states
return (
  <div>
    <Debugger data={{ state1, state2, state3 }} />
  </div>
);

Package Sidebar

Install

npm i ui-debug

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

3.38 kB

Total Files

8

Last publish

Collaborators

  • satoshiman