Skip to content

FRONTEND: Implement Basic Breadcrumb Component #316

@yusuftomilola

Description

@yusuftomilola

Add a simple breadcrumb navigation component in components/ui/Breadcrumb.tsx. It should:

  • Accept an array of { label: string, href?: string } items as props
  • Render links for all except the last item (which should be plain text)
  • Use Tailwind classes for spacing (flex, gap-2, text-sm)
  • Be reusable in multiple pages (e.g., Dashboard, Profile)

This makes navigation clearer without requiring design work.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions