Skip to content

feat: implement basic breadcrumb navigation component#330

Merged
yusuftomilola merged 1 commit intoDistinctCodes:mainfrom
ritik4ever:feature/breadcrumb-component-316
Oct 2, 2025
Merged

feat: implement basic breadcrumb navigation component#330
yusuftomilola merged 1 commit intoDistinctCodes:mainfrom
ritik4ever:feature/breadcrumb-component-316

Conversation

@ritik4ever
Copy link
Contributor

Description

Implements a basic breadcrumb navigation component as requested in #316.

Changes Made

  • ✅ Created Breadcrumb.tsx component in components/ui/
  • ✅ Accepts array of { label: string, href?: string } items as props
  • ✅ Renders links for all items except the last (plain text)
  • ✅ Uses Tailwind classes: flex, gap-2, text-sm
  • ✅ Fully reusable across multiple pages
  • ✅ Added example usage demonstrations

Closes #316

- Add Breadcrumb component in components/ui/Breadcrumb.tsx
- Accept array of {label, href} items as props
- Render links for all except last item (plain text)
- Use Tailwind classes (flex, gap-2, text-sm)
- Add example usage demonstrations
- Component is reusable across Dashboard, Profile, and other pages

Closes DistinctCodes#316
@vercel
Copy link

vercel bot commented Oct 2, 2025

@ritik4ever is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@ritik4ever
Copy link
Contributor Author

Please review my PR @yusuftomilola

Copy link
Collaborator

@yusuftomilola yusuftomilola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM🚀

@yusuftomilola yusuftomilola merged commit a9061e7 into DistinctCodes:main Oct 2, 2025
4 of 5 checks passed
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.

FRONTEND: Implement Basic Breadcrumb Component

2 participants