mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 14:26:45 -04:00
WIP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="">
|
||||
<span class="label">{{label}}</span>
|
||||
<div data-manipulator-target>
|
||||
{{#options}}
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<input type="radio"
|
||||
class="item-radio"
|
||||
name="{{index}}"
|
||||
value="{{value}}"
|
||||
/>
|
||||
</label>
|
||||
{{/options}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user