themesberg/flowbite-svelte

How do I integrate links with inertia Link component

kjjd84 opened this issue · 3 comments

Inertia uses its own Link component: https://inertiajs.com/links

What is the best way to integrate all flowbite-svelte links with this Link component from inertia?

You can use action prop.

You can use action prop.

Does this work for all components like navbar links etc too?

At the moment only Link and SidebarItem component. I can add it to NavLi component if you wish.