We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#29184
Create a reusable breadcrumb component in the @dotcms/ui package that extends the official PrimeNG breadcrumb by adding collapsible items.
The text was updated successfully, but these errors were encountered:
feat(ui): create a collapse breadcrumb (#29379)
4a03b35
### Parent Issue #29358 ### Proposed Changes * Create new component named DotCollapseBreadcrumbComponent * Create DotCollapseBreadcrumbComponent Storybook * Create basic functionality to collapse items based on maxItems input * Fix bug with dot-crumbtrail scope styles ### Checklist - [x] Tests - [x] Translations - [x] Security Implications Contemplated (add notes if applicable) ### Goal Create a reusable breadcrumb component in the @dotcms/ui package that extends the official PrimeNG [breadcrumb](https://www.primefaces.org/primeng-v15-lts/breadcrumb) by adding collapsible items. ### References <img width="675" alt="Screenshot 2024-07-10 at 12 16 04 PM" src="https://github.com/dotCMS/core/assets/1909643/4e7c60f6-91ef-47ec-b8c4-68c96b8e3d01"> <img width="1022" alt="Screenshot 2024-07-10 at 12 16 12 PM" src="https://github.com/dotCMS/core/assets/1909643/dfbd7d37-d2f2-4b26-9ead-27228d6e0795"> <img width="982" alt="Screenshot 2024-07-10 at 12 16 19 PM" src="https://github.com/dotCMS/core/assets/1909643/838c292d-b993-41c1-a7bf-7434abe2707d"> ### Result ![Screenshot 2024-07-29 at 3 29 45 PM](https://github.com/user-attachments/assets/f8d526c9-813f-4cbc-8f8e-02b4391f165b) ![Screenshot 2024-07-29 at 3 29 56 PM](https://github.com/user-attachments/assets/a3032765-da68-44da-b65e-b5c6acaa6c54) ![Screenshot 2024-07-29 at 3 30 08 PM](https://github.com/user-attachments/assets/169bb329-e951-4f25-9429-845de7e17d92)
nicobytes
Successfully merging a pull request may close this issue.
Parent issue
#29184
Goal
Create a reusable breadcrumb component in the @dotcms/ui package that extends the official PrimeNG breadcrumb by adding collapsible items.
References
The text was updated successfully, but these errors were encountered: