Skip to content

feat : added step progress indicator component#10509

Closed
tmdeveloper007 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
tmdeveloper007:#10454
Closed

feat : added step progress indicator component#10509
tmdeveloper007 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
tmdeveloper007:#10454

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Closes #10454.

Summary of What Has Been Done:
Added a step progress indicator component (stepper) with horizontal and vertical layouts, completed/active/pending states, animated connector fill transitions, and pulsing active step indicator.

Changes Made:

  • Created submissions/examples/ease-step-progress-tm/README.md
  • Created submissions/examples/ease-step-progress-tm/demo.html
  • Created submissions/examples/ease-step-progress-tm/style.css

Impact it Made:

  • Enables developers to build multi-step workflows with minimal CSS
  • Improves UX with clear visual progress feedback
  • Complements forms and tabs components

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions core documentation Improvements or additions to documentation GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📊 CSS Bundle Size Benchmark

No change in CSS bundle size. ✨

@github-actions

Copy link
Copy Markdown
Contributor

❌ Submission Validation Failed

Thank you for your contribution! However, some required files are missing.

📋 Required Structure

submissions/examples/your-feature-name/
├── demo.html     ← Interactive demo (required)
├── style.css     ← CSS styles (required)
└── README.md     ← Documentation (required)

🔍 Issues Found:

🔠 Folder: Submission Folder Protection

Case-sensitivity violations found:

  • ❌ This PR does not contain any modifications or additions inside the submissions/ directory. Contributors must place their submissions under submissions/examples/your-feature-name/.

📝 How to Fix:

  1. Add the missing files to your branch
  2. Push the changes to this PR
  3. The validator will automatically re-run

📖 See CONTRIBUTING.md for guidelines.

@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

🔒 Pull Request Closed: This PR has been automatically closed because it failed the repository's submission validation check.

To continue contributing, please address the errors shown in the validation summary comment above in your local branch, and open a new, clean Pull Request once resolved. Thank you!

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

Labels

animation Animation effects, hover interactions, motion ideas, transitions core documentation Improvements or additions to documentation gssoc:approved Approved for GSSoC contributions gssoc:invalid GSSoC-26 Official GSSoC 2026 issue invalid-submission level:intermediate Requires moderate project understanding needs-files type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat : add step progress indicator component

2 participants