hoppscotch / ui

https://ui.hoppscotch.io

Home Page:https://ui.hoppscotch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add breadcrumb component

anwarulislam opened this issue · comments

This feature aims to implement a reusable breadcrumb component that can be used throughout the application to provide clear navigation context for users.

I have taken part in the foss hack event and request you to assign this issue to me under the event.
My approach to solve this issue would be to add the breadcrumb component as a new component in the src/components folder and then add the related story to it in the stories folder and then test the code. I will implement the breadcrumbs by taking prop from user as an array of all previous pages and then implement it.
If there is anything more I can do then please guide me.