summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug11
1 files changed, 11 insertions, 0 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index ed538df..4926889 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -5,6 +5,7 @@ include layouts/container.pug
5 5
6include objects/heading.pug 6include objects/heading.pug
7include objects/rule.pug 7include objects/rule.pug
8include objects/badge.pug
8include objects/button.pug 9include objects/button.pug
9include objects/text-field.pug 10include objects/text-field.pug
10include objects/field-label.pug 11include objects/field-label.pug
@@ -98,6 +99,16 @@ html
98 99
99 //----------------------------------------- 100 //-----------------------------------------
100 101
102 +h1-heading('xl')= 'Badge'
103 +rule('medium')
104
105 +box
106 +badge= '100'
107 = ' '
108 +badge('accent')= 'new'
109
110 //-----------------------------------------
111
101 +h1-heading('xl')= 'Button' 112 +h1-heading('xl')= 'Button'
102 +rule('medium') 113 +rule('medium')
103 114