mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 06:46:49 -04:00
10 lines
231 B
Smarty
Executable File
10 lines
231 B
Smarty
Executable File
<label class="component component-input">
|
|
<span class="label">{{{label}}}</span>
|
|
<span class="input">
|
|
<input
|
|
data-manipulator-target
|
|
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
|
|
/>
|
|
</span>
|
|
</label>
|