Skip to content

Component request- ProgressIndicator #334

Description

@leahwangcloudflare

Overview

Request to add a ProgressIndicator (or ProgressCircle) component to the Kumo design system, migrating the current local implementation from Magic Networks.


1. Usage Context

Primary Use Case: Onboarding progress indicator

Location: Magic Networks Overview page (OverviewMain.tsx:77-113)

Component Hierarchy:

OverviewMain
└── "Get started with Magic Transit" card
    └── OverviewProgressLabel component
        ├── Conditional icon rendering:
        │   ├── All completed → CheckCircleIcon (filled)
        │   ├── Not started → CircleDashedIcon (empty)
        │   └── In progress → ProgressCircleIcon (partial)
        └── Text counter: "X / Y" completed steps

Behavior:

  • Progress calculated as completedCount / totalCount
  • Shows 6 segments that progressively fill based on completion percentage
  • Used to track Magic Transit onboarding checklist (IP prefixes, tunnels, etc.)

2. Screenshots/GIF

Image
Image


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions