How do I integrate links with inertia Link component
kjjd84 opened this issue · 3 comments
kjjd84 commented
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?
shinokada commented
You can use action
prop.
kjjd84 commented
You can use
action
prop.
Does this work for all components like navbar links etc too?
shinokada commented
At the moment only Link and SidebarItem component. I can add it to NavLi component if you wish.