I created a simple tabs component using tailwind and svelte, like the following one:
you can see it working on this repl
I'd like to animate the transition from one option to the other
Similar to what happens in this page: https://www.shadcn-svelte.com/examples/dashboard
How could I achieve such animation, either using tailwind classes or svelte directives?