-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
NextJsfrontendgood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NextJsfrontendgood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week