protonemedia / laravel-splade

💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
https://splade.dev
MIT License
1.47k stars 112 forks source link

[Feature request] New tab option for the <link> component #625

Closed teknofi closed 8 months ago

teknofi commented 8 months ago

in the link component you have an away attribute like below:

<Link away href="https://www.google.com">Google</Link>

it would be great if there was a tab attribute that made that external link open in a new tab, something like this?

<Link away tab href="https://www.google.com">Google</Link>

I would have put this in discussions but it would appear that starting a new discussion is locked.