issue
opening the link replaces my current tab/page, so if i want to remember what i was looking at or keep context, i have to navigate back and recreate my state, or remember to specifically do the action to open in a new tab next time
i noticed this while i was looking at a page like https://open-props-ui.netlify.app/components/switch.html#browser-compatibility
https://open-props-ui.netlify.app/guide/getting-started.html
https://web.dev/blog/show-baseline-status
suggestions
- default to
target="_blank", or
- avoid a major(?) change by providing some option to use the
target="_blank" behaviour