Frontmatter
| id | 829 |
| title | component.Button: url, urlTarget configs |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 30, 2020, 1:10 PM |
| updatedAt | Jun 30, 2020, 1:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/829 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 30, 2020, 1:27 PM |
using a button to open links inside a new browser tab would be nice.
the clean way to do it is to change the button tag with an a tag, in case the url config is set.