diff options
Diffstat (limited to 'tpl/views')
-rw-r--r-- | tpl/views/button.pug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/views/button.pug b/tpl/views/button.pug index eacf302..edd8ef6 100644 --- a/tpl/views/button.pug +++ b/tpl/views/button.pug | |||
@@ -19,6 +19,15 @@ mixin view-button | |||
19 | +a-button(size='xl' outline=true)= 'Button' | 19 | +a-button(size='xl' outline=true)= 'Button' |
20 | 20 | ||
21 | .c-box | 21 | .c-box |
22 | +a-button(postIcon='arrow-right' size='sm')= 'Button' | ||
23 | = ' ' | ||
24 | +a-button(postIcon='arrow-right')= 'Button' | ||
25 | = ' ' | ||
26 | +a-button(postIcon='arrow-right' size='lg')= 'Button' | ||
27 | = ' ' | ||
28 | +a-button(postIcon='arrow-right' size='xl')= 'Button' | ||
29 | |||
30 | .c-box | ||
22 | .l-button-group | 31 | .l-button-group |
23 | +a-button= 'Button' | 32 | +a-button= 'Button' |
24 | +a-button(disabled=true)= 'Button' | 33 | +a-button(disabled=true)= 'Button' |