Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib/components/buttons): Add
target
to Button
props to open a…
… link in new tab (#631) feat(/lib/components/button): add target to button props to be able to open a link in a new tab Added the attribute target to the ButtonProps interface. This enables to add target="_blank" to a button to open the associated link in a new browser tab
- Loading branch information