action-menu

This commit is contained in:
Adam Bradley
2015-04-05 21:09:58 -05:00
parent 3d3f461a11
commit b43d4a0edb
3 changed files with 34 additions and 20 deletions

View File

@ -9,25 +9,26 @@ export let ActionMenuConfig = new ComponentConfig('action-menu')
})
@Template({
inline: `
<div class="pane-backdrop"></div>
<div class="action-menu-container">
<div class="overlay-backdrop"></div>
<div class="overlay-container">
<div class="action-menu-container">
<div class="action-menu-group">
<div class="action-menu-label">Action Menu Label</div>
<button class="button action-menu-button">Button 1</button>
<button class="button action-menu-button">Button 2</button>
<div class="action-menu-group">
<div class="action-menu-label">Action Menu Label</div>
<button class="button action-menu-button">Button 1</button>
<button class="button action-menu-button">Button 2</button>
</div>
<div class="action-menu-group">
<div class="action-menu-label">Action Menu Label</div>
<button class="button action-menu-button">Button 1</button>
<button class="button action-menu-button">Button 2</button>
</div>
<div class="action-menu-group">
<button class="button action-menu-button">Button 1</button>
</div>
</div>
<div class="action-menu-group">
<div class="action-menu-label">Action Menu Label</div>
<button class="button action-menu-button">Button 1</button>
<button class="button action-menu-button">Button 2</button>
</div>
<div class="action-menu-group">
<button class="button action-menu-button">Button 1</button>
</div>
</div>`
})
export class ActionMenu {