feat: Add the new Dialog component (#10266)

This commit is contained in:
Sivin Varghese
2024-10-16 01:31:57 +05:30
committed by GitHub
parent 62f4f127aa
commit f13644245e
3 changed files with 196 additions and 0 deletions

View File

@@ -3,6 +3,12 @@
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
},
"DIALOG": {
"BUTTONS": {
"CANCEL": "Cancel",
"CONFIRM": "Confirm"
}
},
"BREADCRUMB": {
"ARIA_LABEL": "Breadcrumb"
}