Browse code

init v1

Louis Jonget authored on13/05/2024 20:43:46
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>