(react) add Modal

Here it is! Our really wanted Modal component, based on Figma sketches.
This commit is contained in:
Nathan Vasse
2024-01-18 14:38:48 +01:00
committed by NathanVss
parent 81e4da1d36
commit 1445f4a222
32 changed files with 1723 additions and 111 deletions

View File

@@ -48,6 +48,27 @@
"year_select_button_aria_label": "Select a year",
"month_select_button_aria_label": "Select a month"
}
},
"modals": {
"helpers": {
"delete_confirmation": {
"title": "Are you sure?",
"children": "Are you sure to delete this item?",
"cancel": "Cancel",
"delete": "Delete"
},
"confirmation": {
"title": "Are you sure?",
"children": "Are you sure you want to do that?",
"cancel": "Cancel",
"yes": "Yes"
},
"disclaimer": {
"title": "Disclaimer",
"children": "This is a disclaimer",
"ok": "Ok"
}
}
}
}
}