Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rehman_invozone's avatar

How to add page progress bar on top of the page in livewire 3

How can I implement a page progress bar at the top of the page in Livewire 3? I noticed it's used on the Livewire website, but I couldn't find any documentation mentioning it. Can you provide guidance or point me in the right direction?

0 likes
4 replies
Chingy's avatar

@valentin_vranic i dont think so. I have seen it only when navigating from one page to the other. Progress bar is not rendered on your initial load.

But on the other hand havent delved into it so much, so perhaps someone else might light us up

valentin_vranic's avatar

@Chingy well, I ended up with ->lazy() on the main page components in routes/web.php and created a skeleton placeholder, not the same, but serves my purpose.

1 like

Please or to participate in this conversation.