Tascurator / tascurator-frontend

0 stars 0 forks source link

feat: create UI components pie chart #59

Open yuki-92c opened 1 month ago

yuki-92c commented 1 month ago

Overview

Changes

Review points

Screenshots or videos

Notes

import { Progress } from '../components/ui/piechart';

export default function Home() {
  return (
    <main className="flex min-h-screen flex-col items-center justify-between p-24">
      <div className="h-full w-full">
          <Progress progressPercent={90} />
      </div>
    </main>
  );
}

Assignee Checklist:

Reviewer Checklist: