diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-22 23:00:16 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-22 23:00:16 +0200 |
| commit | 69d753931c098bc18cd23e96af18f736a772f416 (patch) | |
| tree | a40beef43a215fd76972e41085d3af1b123fed32 /tpl/views/button.pug | |
| parent | Update (diff) | |
| download | iro-design-69d753931c098bc18cd23e96af18f736a772f416.tar.gz iro-design-69d753931c098bc18cd23e96af18f736a772f416.tar.bz2 iro-design-69d753931c098bc18cd23e96af18f736a772f416.zip | |
Update
Diffstat (limited to 'tpl/views/button.pug')
| -rw-r--r-- | tpl/views/button.pug | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tpl/views/button.pug b/tpl/views/button.pug index 7c96419..4b2281e 100644 --- a/tpl/views/button.pug +++ b/tpl/views/button.pug | |||
| @@ -1,6 +1,39 @@ | |||
| 1 | mixin view-button | 1 | mixin view-button |
| 2 | +view('button', 'Button') | 2 | +view('button', 'Button') |
| 3 | .c-box | 3 | .c-box |
| 4 | +a-button(size='sm')= 'Button' | ||
| 5 | = ' ' | ||
| 6 | +a-button= 'Button' | ||
| 7 | = ' ' | ||
| 8 | +a-button(size='lg')= 'Button' | ||
| 9 | = ' ' | ||
| 10 | +a-button(size='xl')= 'Button' | ||
| 11 | br | ||
| 12 | +a-button(size='sm' disabled=true)= 'Button' | ||
| 13 | = ' ' | ||
| 14 | +a-button(disabled=true)= 'Button' | ||
| 15 | = ' ' | ||
| 16 | +a-button(size='lg' disabled=true)= 'Button' | ||
| 17 | = ' ' | ||
| 18 | +a-button(size='xl' disabled=true)= 'Button' | ||
| 19 | br | ||
| 20 | +a-button(size='sm' outline=true)= 'Button' | ||
| 21 | = ' ' | ||
| 22 | +a-button(outline=true)= 'Button' | ||
| 23 | = ' ' | ||
| 24 | +a-button(size='lg' outline=true)= 'Button' | ||
| 25 | = ' ' | ||
| 26 | +a-button(size='xl' outline=true)= 'Button' | ||
| 27 | br | ||
| 28 | +a-button(size='sm' outline=true disabled=true)= 'Button' | ||
| 29 | = ' ' | ||
| 30 | +a-button(outline=true disabled=true)= 'Button' | ||
| 31 | = ' ' | ||
| 32 | +a-button(size='lg' outline=true disabled=true)= 'Button' | ||
| 33 | = ' ' | ||
| 34 | +a-button(size='xl' outline=true disabled=true)= 'Button' | ||
| 35 | |||
| 36 | .c-box | ||
| 4 | .l-button-group | 37 | .l-button-group |
| 5 | +a-button= 'Button' | 38 | +a-button= 'Button' |
| 6 | +a-button(disabled=true)= 'Button' | 39 | +a-button(disabled=true)= 'Button' |
