Skip to content

siffogh/weightDonut

Repository files navigation

WeightDonut 🍩

Donut chart for measuring weight loss.

Install

yarn add weight-donut

Getting Started

import WeightDonut from 'weight-donut';


const canvas = () => (
  <WeightDonut weight={100} initialWeight={100} targetWeight={90} />
);

License

Unless otherwise specified this project is licensed under Apache License Version 2.0.

Releases

No releases published

Packages

No packages published