BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/kokonut-ui/apple-activity-card

Apple Activity Card

kokonut-ui/apple-activity-card
FreeComponent

Inspired by Apple activity app.

Live preview

live · rendered by the registry
Rendered by kokonut-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://kokonutui.com/r/apple-activity-card.json

Source

/components/kokonutui/apple-activity-card.tsxkokonutui.com/r/apple-activity-card.json
1"use client";
2
3/**
4 * @author: @kokonutui
5 * @description: Apple Activity Card
6 * @version: 1.0.0
7 * @date: 2025-06-26
8 * @license: MIT
9 * @website: https://kokonutui.com
10 * @github: https://github.com/kokonut-labs/kokonutui
11 */
12
13import { motion } from "motion/react";
14import { cn } from "@/lib/utils";
15
16interface ActivityData {
17 label: string;
18 value: number;
19 color: string;
20 size: number;
21 current: number;
22 target: number;
23 unit: string;
24}
25
26interface CircleProgressProps {
27 data: ActivityData;
28 index: number;
29}
30
31const activities: ActivityData[] = [
32 {
33 label: "MOVE",
34 value: 85,
35 color: "#FF2D55",
36 size: 200,
37 current: 479,
38 target: 800,
39 unit: "CAL",
40 },
41 {
42 label: "EXERCISE",
43 value: 60,
44 color: "#A3F900",
45 size: 160,
46 current: 24,
47 target: 30,
48 unit: "MIN",
49 },
50 {
51 label: "STAND",
52 value: 30,
53 color: "#04C7DD",
54 size: 120,
55 current: 6,
56 target: 12,
57 unit: "HR",
58 },
59];
60
61const CircleProgress = ({ data, index }: CircleProgressProps) => {
62 const strokeWidth = 16;
63 const radius = (data.size - strokeWidth) / 2;
64 const circumference = radius * 2 * Math.PI;
65 const progress = ((100 - data.value) / 100) * circumference;
66
67 const gradientId = `gradient-${data.label.toLowerCase()}`;
68 const gradientUrl = `url(#${gradientId})`;
69
70 return (
71 <motion.div
72 animate={{ opacity: 1, scale: 1 }}
73 className="absolute inset-0 flex items-center justify-center"
74 initial={{ opacity: 0, scale: 0.8 }}
75 transition={{ duration: 0.8, delay: index * 0.2, ease: "easeOut" }}
76 >
77 <div className="relative">
78 <svg
79 aria-label={`${data.label} Activity Progress - ${data.value}%`}
80 className="-rotate-90 transform"
81 height={data.size}
82 viewBox={`0 0 ${data.size} ${data.size}`}
83 width={data.size}
84 >
85 <title>{`${data.label} Activity Progress - ${data.value}%`}</title>
86
87 <defs>
88 <linearGradient id={gradientId} x1="0%" x2="100%" y1="0%" y2="100%">
89 <stop
90 offset="0%"
91 style={{
92 stopColor: data.color,
93 stopOpacity: 1,
94 }}
95 />
96 <stop
97 offset="100%"
98 style={{
99 stopColor:
100 data.color === "#FF2D55"
101 ? "#FF6B8B"
102 : data.color === "#A3F900"
103 ? "#C5FF4D"
104// … truncated

What it pulls in

npm packages

  • motion

Files it writes

  • components/kokonutui/apple-activity-card.tsx

Facts

Registry
kokonut-ui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on kokonut-ui kokonutui.com kokonut-labs/kokonutui on GitHub Raw registry item This item as JSON

More from kokonut-ui

All 40 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Action Search Baraction-search-barkokonut-uiComponentsFree2 deps · 2 files
AI Input Searchai-input-searchkokonut-uiComponentsFree1 dep · 2 files
AI State Loadingai-loadingkokonut-uiComponentsFree1 dep
AI Input Selectorai-promptkokonut-uiComponentsFree2 deps · 4 files
AI Text Loadingai-text-loadingkokonut-uiComponentsFree1 dep
AI Voiceai-voicekokonut-uiComponentsFree2 deps
Magnet Buttonattract-buttonkokonut-uiComponentsFree2 deps
Avatar Pickeravatar-pickerkokonut-uiComponentsFree2 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex