Browse code

new build from home

Louis Jonget authored on18/03/2023 14:55:56
Showing1 changed files
... ...
@@ -1,11 +1,11 @@
1
-<div class="component component-button">
2
-  <button
3
-    type="button"
4
-    data-manipulator-target
5
-    class="{{primary ? 'primary' : ''}}"
6
-    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
7
-  ></button>
8
-  {{if description}}
9
-    <div class="description">{{{description}}}</div>
10
-  {{/if}}
11
-</div>
1
+<div class="component component-button">
2
+  <button
3
+    type="button"
4
+    data-manipulator-target
5
+    class="{{primary ? 'primary' : ''}}"
6
+    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
7
+  ></button>
8
+  {{if description}}
9
+    <div class="description">{{{description}}}</div>
10
+  {{/if}}
11
+</div>
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<div class="component component-button">
2
+  <button
3
+    type="button"
4
+    data-manipulator-target
5
+    class="{{primary ? 'primary' : ''}}"
6
+    {{each key: attributes}}{{key}}="{{this}}"{{/each}}
7
+  ></button>
8
+  {{if description}}
9
+    <div class="description">{{{description}}}</div>
10
+  {{/if}}
11
+</div>