npm.io
1.0.184 • Published 1 year ago

@entropik/decode-insights-charts

Licence
MIT
Version
1.0.184
Deps
12
Size
772 kB
Vulns
18
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