2018-01-31 17:49:20 +03:00
|
|
|
{{#if showButton}}
|
2018-05-09 17:27:21 +03:00
|
|
|
<button class="koenig-plus-menu-button flex justify-center items-center relative w9 h9 ba b--midlightgrey-l2 bg-white br-100 anim-normal" {{action "openMenu"}}>{{svg-jar "plus" class="w4 h4 stroke-middarkgrey i-strokew--2"}}</button>
|
2018-01-31 17:49:20 +03:00
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if showMenu}}
|
2018-05-08 14:16:26 +03:00
|
|
|
<div class="{{kg-style "cardmenu"}}">
|
2018-03-14 13:45:34 +03:00
|
|
|
{{!-- <div class="koenig-cardmenu-search">
|
2018-03-19 12:57:31 +03:00
|
|
|
{{svg-jar "koenig/search"}}
|
2018-01-31 17:49:20 +03:00
|
|
|
<input type="text" placeholder="Search for a card..." class="gh-input koenig-cardmenu-search-input">
|
|
|
|
</div>
|
|
|
|
<div class="koenig-cardmenu-divider">
|
|
|
|
Primary
|
2018-03-14 13:45:34 +03:00
|
|
|
</div> --}}
|
2018-05-02 19:31:17 +03:00
|
|
|
<div class="{{kg-style "cardmenu-card"}}" {{action "replaceWithCardSection" "markdown" on="click"}} data-kg="cardmenu-card">
|
2018-05-01 15:47:13 +03:00
|
|
|
<div class="{{kg-style "cardmenu-icon"}}">{{svg-jar "koenig/markdown" class="w8 h8 stroke-midgrey"}}</div>
|
|
|
|
<div class="{{kg-style "cardmenu-label"}}">Markdown</div>
|
2018-01-31 17:49:20 +03:00
|
|
|
</div>
|
2018-05-02 19:31:17 +03:00
|
|
|
<div class="{{kg-style "cardmenu-card"}}" {{action "replaceWithCardSection" "image" on="click"}} data-kg="cardmenu-card">
|
2018-05-01 15:47:13 +03:00
|
|
|
<div class="{{kg-style "cardmenu-icon"}}">{{svg-jar "koenig/image" class="w8 h8 stroke-midgrey"}}</div>
|
|
|
|
<div class="{{kg-style "cardmenu-label"}}">Image</div>
|
2018-01-31 17:49:20 +03:00
|
|
|
</div>
|
2018-05-02 19:31:17 +03:00
|
|
|
<div class="{{kg-style "cardmenu-card"}}" {{action "replaceWithCardSection" "html" on="click"}} data-kg="cardmenu-card">
|
2018-05-01 15:47:13 +03:00
|
|
|
<div class="{{kg-style "cardmenu-icon"}}">{{svg-jar "koenig/html" class="w8 h8 stroke-midgrey"}}</div>
|
|
|
|
<div class="{{kg-style "cardmenu-label"}}">HTML</div>
|
2018-01-31 17:49:20 +03:00
|
|
|
</div>
|
2018-05-02 19:31:17 +03:00
|
|
|
<div class="{{kg-style "cardmenu-card"}}" {{action "replaceWithCardSection" "hr" on="click"}} data-kg="cardmenu-card">
|
2018-05-01 15:47:13 +03:00
|
|
|
<div class="{{kg-style "cardmenu-icon"}}">{{svg-jar "koenig/divider" class="w8 h8 stroke-midgrey"}}</div>
|
|
|
|
<div class="{{kg-style "cardmenu-label"}}">Divider</div>
|
2018-01-31 17:49:20 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|