Skip to content

Commit

Permalink
feat(ui5-toolbar): web component introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
PetyaMarkovaBogdanova authored and PetyaMarkovaBogdanova committed Jul 11, 2023
1 parent e8bc501 commit 24082e8
Show file tree
Hide file tree
Showing 19 changed files with 396 additions and 430 deletions.
9 changes: 3 additions & 6 deletions packages/main/src/Toolbar.hbs
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<div
class="ui5-tb-root"
tabindex="{{tabIndex}}"
part="otb"
tabindex="-1"
>

<div class="{{classes.actions}}" @click="{{onCustomActionClick}}">
{{#each standardActions}}
<div class="{{classes.items}}" @click="{{onCustomItemClick}}">
{{#each standardItems}}
{{this.toolbarTemplate}}
{{/each}}

{{#if showOverflowBtn}}
<ui5-button
icon="overflow"
design="Transparent"
?disabled="{{this.disabled}}"
@click="{{onBtnOverflowClick}}"
class="ui5-tb-overflow-btn ui5-tb-item"
></ui5-button>
{{/if}}
Expand Down
Loading

0 comments on commit 24082e8

Please sign in to comment.