feat: Add new breadcrumb component (#10268)

This commit is contained in:
Sivin Varghese
2024-10-16 01:29:50 +05:30
committed by GitHub
parent 392e58b0be
commit 62f4f127aa
3 changed files with 126 additions and 0 deletions

View File

@@ -2,5 +2,8 @@
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
},
"BREADCRUMB": {
"ARIA_LABEL": "Breadcrumb"
}
}