1.0.3 • Published 2 years ago

ui-debug v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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>
);
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago