Skip to content

feat(ProgressBar): add new ProgressBar component - #702

Draft
MaxLee-dev wants to merge 2 commits into
mainfrom
progressbar-component
Draft

feat(ProgressBar): add new ProgressBar component#702
MaxLee-dev wants to merge 2 commits into
mainfrom
progressbar-component

Conversation

@MaxLee-dev

Copy link
Copy Markdown
Contributor

Related Issues

Description of Changes

ProgressBar 컴포넌트를 새로 추가했다.

packages/core

  • progress-bar/ 신규: Root / Label / Value / Track / Indicator / Status 6개 파트
  • type prop: default(blue.200 → background.primary), warning(orange.200 → background.warning) 좌→우 그라데이션
  • size prop: sm(8px) / md(12px) / lg(16px). 라벨·값 타이포는 size와 무관하게 고정(Label body2, Value heading6)
  • value={null}이면 indeterminate 상태
  • utils/warn.ts 신규: min/max 값이 잘못됐을 때 개발 환경에서만 경고

apps/website

  • progress-bar.mdx 문서 신규 (Property / Examples / Accessibility / Props Table)
  • 데모 6종: default, type, size, value-text, indeterminate, status
  • progress-bar-*.json props 스펙 6개 추출

Screenshots

Checklist

  • The PR title follows the Conventional Commits convention. (e.g., feat, fix, docs, style, refactor, test, chore)
  • I have added tests for my changes.
  • I have updated the Storybook or relevant documentation.
  • I have added a changeset for this change. (e.g., for any changes that affect users, such as component prop changes or new features).
  • I have performed a self-code review.
  • I have followed the project's coding conventions and component patterns.

@changeset-bot

changeset-bot Bot commented Aug 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a60ac13

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vapor-ui Ready Ready Preview Aug 27, 2026 7:13am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vapor-ui

vapor-ui commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

All tests passed!

Tests Passed Failed Duration Report
172 172 0 1m 40s Open report ↗︎

Click here if you need to update snapshots.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants