Se vuelve a empaquetar con create react library ya que se coloco el nombre mal.

Se sube a version 1.0.8
Se sube a GitHub 1.0.8
Se sube a NPM 1.0.8
This commit is contained in:
2019-12-05 15:44:46 -06:00
parent c7ee667af7
commit c8306d2382
8 changed files with 19 additions and 14941 deletions

View File

@ -1,13 +1,13 @@
import React, { Component } from 'react'
import { RadialGaugue } from 'chart-2-react'
import { RadialGauge } from 'chartjs-2-react'
export default class App extends Component {
render () {
return (
<div style={{maxWidth: '600px', marginTop: '25px'}}>
<h3 style={{textAlign: 'center'}}>RadialGaugue Component:</h3>
<RadialGaugue />
<h3 style={{textAlign: 'center'}}>RadialGauge Component:</h3>
<RadialGauge />
</div>
)
}