summaryrefslogtreecommitdiffstats
path: root/tpl/views/overflow-button.pug
diff options
context:
space:
mode:
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'