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,15 @@
1
+<div class="component component-input">
2
+  <label class="tap-highlight">
3
+    <span class="label">{{{label}}}</span>
4
+    <span class="input">
5
+      <input
6
+      data-manipulator-target
7
+        {{each key: attributes}}{{key}}="{{this}}"{{/each}}
8
+    />
9
+    </span>
10
+  </label>
11
+
12
+  {{if description}}
13
+    <div class="description">{{{description}}}</div>
14
+  {{/if}}
15
+</div>