Skip to content

feat: add Breadcrumb Navigation Component (#1183)#1258

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
Pcmhacker-piro:feat/breadcrumb-1183
Jun 4, 2026
Merged

feat: add Breadcrumb Navigation Component (#1183)#1258
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
Pcmhacker-piro:feat/breadcrumb-1183

Conversation

@Pcmhacker-piro
Copy link
Copy Markdown

Closes #1183

Pull Request Description

Adds a breadcrumb navigation component in submissions/examples/breadcrumb/ with 4 separator styles (slash/arrow/bullet/chevron), hover transitions, active page styling, and responsive truncation on mobile.


Type of Change

  • 🧩 New component

Submission Checklist

  • All changes are inside submissions/examples/breadcrumb/
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

An accessible breadcrumb trail using <ol> with aria-label="breadcrumb", 4 separator styles, hover transitions on links, and mobile truncation to the last 2 items with an ellipsis.

How does a developer use it?

<nav aria-label="breadcrumb">
  <ol class="ease-breadcrumb">
    <li><a href="#">Home</a></li>
    <li><a href="#">Documentation</a></li>
    <li><a href="#">Components</a></li>
    <li aria-current="page">Breadcrumb</li>
  </ol>
</nav>
Switch separators with modifier classes: ease-breadcrumb-arrow, ease-breadcrumb-bullet, ease-breadcrumb-chevron.
Why does it fit EaseMotion CSS?
Pure CSS component with smooth hover color/background transitions, pseudo-element separators, aria-current="page" active styling, and responsive … truncation at 640px. Respects prefers-reduced-motion.
Demo
- Demo added (demo.html works by opening directly in a browser)
Browser Testing
- Chrome
- Firefox
- Edge
- Safari (optional but appreciated)
Notes for Maintainer
No JavaScript required. All 4 separator variants are demonstrated in demo.html. On mobile (<640px), the first 2 items are hidden and replaced with  before the last 2 items.

Closes #1183

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

✅ Submission Validation Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/breadcrumb

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • The maintainer will review your PR
  • Respond to any feedback if requested
  • Once approved, your contribution will be merged!

Thank you for contributing to EaseMotion CSS! 🎉

@Pcmhacker-piro
Copy link
Copy Markdown
Author

heyy @SAPTARSHI-coder
i fixed the assign issue so pls check this

@SAPTARSHI-coder SAPTARSHI-coder added accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) enhancement New feature or request good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 4, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit 28482d4 into SAPTARSHI-coder:main Jun 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) contribution enhancement New feature or request good first issue Good for newcomers gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add ease-breadcrumb Component — Breadcrumb Navigation with Separator Styles

2 participants