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
/
text.js
8 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
= {
name
:
'text'
,
template
:
require
(
'../../templates/components/text.tpl'
),
manipulator
:
'html'
};