summaryrefslogtreecommitdiffstats
path: root/tpl/views/overflow-button.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-28 09:34:19 +0100
committerVolpeon <git@volpeon.ink>2023-01-28 09:34:19 +0100
commitac04c0bb55f51dd18daaf6813c47a0db8525180f (patch)
tree0905dce4274c39562b630fe73268b5eba8f101ff /tpl/views/overflow-button.pug
parentLightbox (diff)
downloadiro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.gz
iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.bz2
iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.zip
Added overflow button
Diffstat (limited to 'tpl/views/overflow-button.pug')
-rw-r--r--tpl/views/overflow-button.pug10
1 files changed, 10 insertions, 0 deletions
diff --git a/tpl/views/overflow-button.pug b/tpl/views/overflow-button.pug
new file mode 100644
index 0000000..112aaab
--- /dev/null
+++ b/tpl/views/overflow-button.pug
@@ -0,0 +1,10 @@
1mixin view-overflow-button
2 +view('overflow-button', 'Overflow button')
3 .c-box
4 +overflow-button(icon='trash')= '123'
5 = ' '
6 +overflow-button(icon='trash' selected=true)= 'Delete'
7 = ' '
8 +overflow-button(icon='trash' disabled=true)= 'Disabled'
9 = ' '
10 +overflow-button(icon='trash' selected=true disabled=true)= 'Selected + disabled'