Calcular porcentaje de grasa corporal
npm install --save body-fat-calculator
import React, { Component } from 'react'
import MyComponent from 'body-fat-calculator'
import 'body-fat-calculator/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © fromeroperez