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.

Home Page:https://splade.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

teknofi opened this issue · comments

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.