-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui5-toolbar-button): add second (end) icon (#9048)
ToolbarButton now can have second icon at the end BREAKING CHANGE: iconEnd property is changed from boolean to string type and now can accept name for second/end icon. Before: `<ui5-toolbar-button icon="home" icon-end>Button</ui5-toolbar-button>` Now: `<ui5-toolbar-button end-icon="home">Button</ui5-toolbar-button>` or `<ui5-toolbar-button icon="employee" end-icon="home">Button</ui5-toolbar-button>`
- Loading branch information
1 parent
1b85a7c
commit 6688814
Showing
5 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters