diff --git a/components/gov-empty/gov-empty.twig b/components/gov-empty/gov-empty.twig new file mode 100644 index 0000000..dd65005 --- /dev/null +++ b/components/gov-empty/gov-empty.twig @@ -0,0 +1,24 @@ +{# empty + ## Variables ## + # empty_icon – Optional. Adds svg icon before the label text. + # empty_title - nadpis komponenty + # empty_text - popisny text komponenty + # empty_button_aria_label - popis pro ctecky obrazu + # empty_button_text - text tlacitka +#} +
+
+
+ + {{ empty_icon }} + +
+
+
+

{{ empty_title }}

+

{{ empty_text }}

+
+
+
+
+
diff --git a/components/gov-error-code/gov-error-code.twig b/components/gov-error-code/gov-error-code.twig new file mode 100644 index 0000000..b9ff10e --- /dev/null +++ b/components/gov-error-code/gov-error-code.twig @@ -0,0 +1,24 @@ +{# error code + ## Variables ## + # error_code_icon – Optional. Adds svg icon before the label text. + # error_code_title - nadpis komponenty + # error_code_text - popisny text komponenty + # error_code_button_aria_label - popis pro ctecky obrazu + # error_code_button_text - text tlacitka +#} +
+
+
+ + {{ error_code_icon }} + +
+
+
+

{{ error_code_title }}

+

{{ error_code_text }}

+
+
+
+
+