# react-izon-ui

> Show React Component dependencies in browser

Latest version **0.0.4** (published 2020-02-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-izon-ui
pnpm add react-izon-ui
yarn add react-izon-ui
bun add react-izon-ui
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2020-02-03 |
| First published | 2020-02-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 11 |
| Unpacked size | 7.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | uttk |
| Maintainers | uttk |
| Keywords | react-izon, react, izon, dependency, component, analyze |

## Links

- npm: https://www.npmjs.com/package/react-izon-ui
- Repository: https://github.com/uttk/react-izon
- Issues: https://github.com/uttk/react-izon/issues
- npm.io page: https://npm.io/package/react-izon-ui

## Dependencies (11)

- [open](https://npm.io/package/open.md) ^7.0.0
- [react](https://npm.io/package/react.md) ^16.12.0
- [express](https://npm.io/package/express.md) ^4.17.1
- [chart.js](https://npm.io/package/chart.js.md) ^2.9.3
- [prettier](https://npm.io/package/prettier.md) ^1.19.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.12.0
- [google-palette](https://npm.io/package/google-palette.md) ^1.1.0
- [react-chartjs-2](https://npm.io/package/react-chartjs-2.md) ^2.9.0
- [react-izon-core](https://npm.io/package/react-izon-core.md) ^0.0.4
- [@babel/generator](https://npm.io/package/@babel/generator.md) ^7.8.4
- [react-syntax-highlighter](https://npm.io/package/react-syntax-highlighter.md) ^12.2.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2020-02-03
- 0.0.3 — 2020-02-02
- 0.0.2 — 2020-02-02

## README

# react-izon-ui

Display graph in browser based on data analyzed by `react-izon-core`

## Install

Install with [npm](https://www.npmjs.com/)

```bash
$> npm install react-izon-ui
```

Install with [yarn](https://classic.yarnpkg.com/)

```bash
$> yarn add react-izon-ui
```

## Usage

```javascript
import { DependencyChecker } from "react-izon-core"
import { startServer } from "react-izon-ui"

const checker = new DependencyChecker( analyze_file_path, event => {

  if(event.type === "done"){
    startServer(event.dependencies, options)
  }

})

checker.check()
```

# License

[MIT](LICENSE "LICENSE")

---
_Source: https://npm.io/package/react-izon-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
