Open kjjd84 opened 1 month ago
Inertia uses its own Link component: https://inertiajs.com/links
Link
What is the best way to integrate all flowbite-svelte links with this Link component from inertia?
You can use action prop.
action
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.
Inertia uses its own
Link
component: https://inertiajs.com/linksWhat is the best way to integrate all flowbite-svelte links with this
Link
component from inertia?