Sha256: 28f35411c52f3f55082649b843b5deb2e3159c51301977d42fba38f92bf2380f
Contents?: true
Size: 351 Bytes
Versions: 2
Compression:
Stored size: 351 Bytes
Contents
<:Body> <div class="input-field" item="{{label_id}}"> {{ if icon? }}<i class="{{attrs.icon}} prefix"></i>{{ end }} <input type="{{ @type }}" value="{{ attrs.value }}" e-focusout="blur" class="{{ if errors }}invalid{{ elsif marked }}valid{{ end }}"> <label>{{label}}{{ if errors }} ({{ errors.or([]).join(', ') }}){{end}}</label> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
volt-materialize-fields-0.0.2 | app/fields/views/text/index.html |
volt-materialize-fields-0.0.1 | app/fields/views/text/index.html |