@creaditor/chart-editor-component
Made with create-react-library
Install
npm install --save @creaditor/chart-editor-component
Usage
import React, { Component } from 'react'
import MyComponent from '@creaditor/chart-editor-component'
import '@creaditor/chart-editor-component/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}