(react) add Alert

Here is the Alert component based on recent delivered sketches.
There is a main component that based on props renders sub alert components.
This commit is contained in:
Nathan Vasse
2023-12-20 11:02:59 +01:00
committed by NathanVss
parent 3800cd8142
commit 33d0c9fdca
13 changed files with 640 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
{
"components": {
"alert": {
"close_aria_label": "Delete alert",
"expand_aria_label": "Expand alert",
"shrink_aria_label": "Shrink alert"
},
"pagination": {
"goto_label": "Go to page",
"goto_label_aria": "Go to any page",

View File

@@ -1,5 +1,10 @@
{
"components": {
"alert": {
"close_aria_label": "Supprimer l'alerte",
"expand_aria_label": "Ouvrir l'alerte",
"shrink_aria_label": "Fermer l'alerte"
},
"pagination": {
"goto_label": "Aller à",
"goto_label_aria": "Aller à la page",