mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 15:47:43 -04:00
Basic build process and transforming json into html
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<select data-manipulator-target class="item-select">
|
||||
{{#options}}
|
||||
<option value="{{value}}" {{selected}} class="item-select-option">{{&label}}</option>
|
||||
{{/options}}
|
||||
</select>
|
||||
</label>
|
||||
Reference in New Issue
Block a user