diff --git a/website/docs/en-US/loading.md b/website/docs/en-US/loading.md index 84876bdb2d..2147bf7054 100644 --- a/website/docs/en-US/loading.md +++ b/website/docs/en-US/loading.md @@ -59,6 +59,41 @@ Displays animation in a container (such as a table) while loading data. } }; + ``` ::: @@ -115,6 +150,41 @@ You can customize loading text, loading spinner and background color. } }; + ``` ::: @@ -167,6 +237,44 @@ Show a full screen animation while loading data. } } + ``` ::: diff --git a/website/docs/es/loading.md b/website/docs/es/loading.md index 78170bb242..7a5d8e4e66 100644 --- a/website/docs/es/loading.md +++ b/website/docs/es/loading.md @@ -59,6 +59,41 @@ Muestra una animación en un contenedor (como en una tabla) mientras se cargan l } }; + ``` ::: @@ -115,6 +150,41 @@ Puede personalizar el texto de carga, spinner de carga y color de fondo. } }; + ``` ::: @@ -167,6 +237,44 @@ Muestra una animación de pantalla completa mientras se cargan los datos } } + ``` ::: diff --git a/website/docs/fr-FR/loading.md b/website/docs/fr-FR/loading.md index e9f725aaa8..0723f4d220 100644 --- a/website/docs/fr-FR/loading.md +++ b/website/docs/fr-FR/loading.md @@ -59,6 +59,41 @@ Affiche une animation dans un conteneur (Comme un tableau par exemple) pendant l } }; + ``` ::: @@ -115,6 +150,41 @@ Vous pouvez personnaliser le texte, le spinner et la couleur de fond. } }; + ``` ::: @@ -167,6 +237,44 @@ Affichez une animation en plein écran quand vous charger des données. } } + ``` ::: diff --git a/website/docs/jp/loading.md b/website/docs/jp/loading.md index 97378e113b..7f1f80093c 100644 --- a/website/docs/jp/loading.md +++ b/website/docs/jp/loading.md @@ -59,6 +59,41 @@ } }; + ``` ::: @@ -115,6 +150,41 @@ } }; + ``` ::: @@ -167,6 +237,44 @@ } } + ``` ::: diff --git a/website/docs/zh-CN/loading.md b/website/docs/zh-CN/loading.md index 15c64adfbe..dc86bc7120 100644 --- a/website/docs/zh-CN/loading.md +++ b/website/docs/zh-CN/loading.md @@ -58,6 +58,41 @@ } }; + ``` ::: @@ -114,6 +149,41 @@ } }; + ``` ::: @@ -166,6 +236,44 @@ } } + ``` :::