UNPKG
pebble-clay
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.37
0.1.36
0.1.35
0.1.31
0.1.30
0.1.29
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.9
0.1.8
Pebble Config Framework
github.com/pebble/clay
pebble/clay
pebble-clay
/
src
/
scripts
/
components
/
input.js
14 lines
(12 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
module
.
exports
= {
name
:
'input'
,
template
:
require
(
'../../templates/components/input.tpl'
),
style
:
require
(
'../../styles/clay/components/input.scss'
),
manipulator
:
'val'
,
defaults
: {
label
:
''
,
description
:
''
,
attributes
: {} } };