npm.io
1.0.106 • Published 3 years ago

decode-insights-charts

Licence
MIT
Version
1.0.106
Deps
8
Size
655 kB
Vulns
0
Weekly
0

decode-insights-charts

Dynamic charts for decode

NPM JavaScript Style Guide

Install

npm install --save decode-insights-charts

Usage

import React, { Component } from 'react'

import MyComponent from 'decode-insights-charts'
import 'decode-insights-charts/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT ajit-kumar-Converz