summaryrefslogtreecommitdiffstats
path: root/tpl/views/badge.pug
blob: 9979049281739c5f0f7d56ec494d5388b4d458f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mixin view-badge 
    +view('badge', 'Badge')
        .c-box
            +badge= '100'
            = ' '
            +badge('primary')= 'new'
            = ' '
            +badge('accent')= 'new'
            = ' '
            +badge('accent-quiet')= 'new'
            = ' '
            +badge(size=200)= '100'
            = ' '
            +badge('primary')(size=200)= 'new'
            = ' '
            +badge('accent')(size=200)= 'new'
            = ' '
            +badge('accent-quiet')(size=200)= 'new'