inertiajs / inertiajs.com

Official Inertia.js website.
https://inertiajs.com
147 stars 115 forks source link

Links: Any prop or option to open link with target="_blank" in other tab? #305

Closed sdsoldi closed 1 year ago

sdsoldi commented 1 year ago

I need to add some external links with target blank... but I cannot :(

reinink commented 1 year ago

Hey! So if you're looking for a link that has target="_blank" set, you might as well just use a regular <a> tag, as there is no benefit to using the <Link> component at that point 👍