summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 19:05:45 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 19:05:45 +0100
commit74ca4fc514605dd8be39e0a5b133534f6740a23e (patch)
treeaea3d9e522996b89dd34d94c97e6b7e30f35e89b /tpl/index.pug
parentImproved action menu example (diff)
downloadiro-design-74ca4fc514605dd8be39e0a5b133534f6740a23e.tar.gz
iro-design-74ca4fc514605dd8be39e0a5b133534f6740a23e.tar.bz2
iro-design-74ca4fc514605dd8be39e0a5b133534f6740a23e.zip
Improved action menu example
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index 1b10016..5112f87 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -447,6 +447,7 @@ html
447 +action-button(quiet=true selected=true)= 'Menu' 447 +action-button(quiet=true selected=true)= 'Menu'
448 +action-menu 448 +action-menu
449 +action-menu-item(icon='user')= 'View profile' 449 +action-menu-item(icon='user')= 'View profile'
450 +action-menu-item(icon='red' iconIsStatus=true)= 'Mark as away'
450 +action-menu-separator 451 +action-menu-separator
451 +action-menu-item(icon='trash')= 'Delete' 452 +action-menu-item(icon='trash')= 'Delete'
452 +action-menu-item(icon='bookmark')= 'Bookmark' 453 +action-menu-item(icon='bookmark')= 'Bookmark'