mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 14:47:37 -04:00
threw out slate, mustache and zepto. replaced with minified.js
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<input data-manipulator-target type="text" class="item-color item-color-normal">
|
||||
</label>
|
||||
@@ -1 +0,0 @@
|
||||
<div data-manipulator-target class="item-container-footer"></div>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div class="item-container-header">
|
||||
<h1 data-manipulator-target></h1>
|
||||
</div>
|
||||
@@ -1,10 +0,0 @@
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<div class="item-input-wrapper">
|
||||
<input data-manipulator-target
|
||||
class="item-input"
|
||||
type="text"
|
||||
{{#attributes}} {{key}}="{{value}}" {{/attributes}}
|
||||
/>
|
||||
</div>
|
||||
</label>
|
||||
@@ -1,15 +0,0 @@
|
||||
<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>
|
||||
@@ -1,8 +0,0 @@
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<select data-manipulator-target class="item-select">
|
||||
{{#options}}
|
||||
<option value="{{value}}" class="item-select-option">{{&label}}</option>
|
||||
{{/options}}
|
||||
</select>
|
||||
</label>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div class="item-container-header">
|
||||
<h2 data-manipulator-target></h2>
|
||||
</div>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div class="button-container">
|
||||
<input data-manipulator-target type="submit" class="item-button" value="{{label}}">
|
||||
</div>
|
||||
@@ -1,4 +0,0 @@
|
||||
<label class="item">
|
||||
<span class="label">{{label}}</span>
|
||||
<input data-manipulator-target type="checkbox" class="item-toggle">
|
||||
</label>
|
||||
Reference in New Issue
Block a user