Frontmatter
| id | 1127 |
| title | button.Split |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Aug 22, 2020, 5:48 PM |
| updatedAt | Aug 24, 2020, 5:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1127 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 24, 2020, 5:16 PM |
We do need Split-Buttons for showing menues later on.
We need this markup in general:
<div> <button></button> <button></button> </div>We can still extend Button and just set the vdomRoot on the first button.
The second button-tag can extend button as well and get put into the new vdom structure.