Jan 3, 2025
0
Level 8
Can I add x-jet prefix to all jetstream 5.3 elements ?
Looking at some laravel/jetstream examples
I see some elements with x-jet prefix, like
<x-jet-nav-link
But in my Laravel 11 / jetstream 5.3 / livewire 3 app all jetstream elements have no such prefix and look like
<x-nav-link
I checked config/jetstream.php file but did not any prefix option ...
If there is a way to use jetstream components with prefix ?
Please or to participate in this conversation.