Check the console for errors
Aug 8, 2022
15
Level 4
How to use WireUi with Vite
Hi There!
Can someone tell me how to use wireUi with Vite? https://livewire-wireui.com/
Now I use:
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.bunny.net/css2?family=Nunito:wght@400;600;700&display=swap">
@livewireStyles
<!-- Scripts -->
<wireui:scripts />
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
but in the resoult I have tiny elemnt of logout dropdown.

Level 4
@Sinnbeck Silly thing. I realize that Laravel use login and register forms components <x-input> and <x-button> And the WireUI also use the same component name <x-input> and <x-button> but with different params. Just need to change the Laravel component uses on normal input or button and everything is OK.
Please or to participate in this conversation.
