react-metric

Lightweight charting for React. (WIP)

Usage no npm install needed!

<script type="module">
  import reactMetric from 'https://cdn.skypack.dev/react-metric';
</script>

README

react-metric

Intelligent React Toolset

Build Status codecov

NPM

Install

npm install -S react-metric

Usage

import React from 'react'
import reactAI from 'react-metric'

const AI = reactAI({ React })

export default props => (
  <button onClick={AI.execute}>
    Feeling brave?
  </button>
)

Test

See react-metric's test project at react-metric-test

In active development, come back in a few days.