Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a BreadCrumbs component as stated in task #23. #54

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

ser888gio
Copy link

Created a BreadCrumbs component as stated in task #23. Added Material UI library.


const Breadcrumbs = React.forwardRef<HTMLDivElement, BreadcrumbsProps>(
({ items, className }, ref) => (
<MuiBreadcrumbs
Copy link
Contributor

Choose a reason for hiding this comment

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

Ja jsem dal trochu premysleni nejake trategii pridavani knihoven a dosel jsem k tomu, ze bych se rad vyhnul MUI. Muzes to, prosim, udelat bez ni.


interface BreadcrumbItem {
label: string;
href: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

Tady pridavam poznamku, ze potrebujeme i variantu, ktera nema odkazy, je to jenom vypis. Viz treba (bezodkazova varianta):

https://archiv.volebnikalkulacka.cz/volby/komunalni-2022/582786-brno/navod

Hezky priklad, jak to muze vypadat je i tu (odkazova varianta):
https://app.cesko.digital/projects

@martinwenisch martinwenisch changed the base branch from main to development October 16, 2024 12:05
@martinwenisch
Copy link
Contributor

Zmenil jsem base nad origin/development, muzes to prosim rebasnout? Diky.

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.

2 participants