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