svelte-tabs
svelte-tabs copied to clipboard
Tabs component for Svelte
There is no way to restore the current state of the tabs. It would be nice to have an event fire when the tab changes. Users can update their svelte...
Any content after `Tabs` will be shifted upward by .5em when the last Tab is selected. This is due to this CSS rule: `.svelte-tabs__tab-panel { margin-top: 0.5em; } ` Putting...
Trying to change tabs from outside the Tabs component by changing the selectedTabIndex prop, but it isn't working. Not sure if the $: variable, anonymous function syntax is legacy, but...
Hi, I'm amazed how we managed to do amazing things with so little svelte code and I love your lib. I lovely make this ``` let tabComponent ... tabComponent.nextTab()}>next tab...
How change tab programmatically?
I installed this lib and it worked great for the first 30min. Then I stopped my server and started again, now gives error. Have no idea what to do. Didn't...
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
``` node_modules/svelte-tabs/src/Tab.svelte:46:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. 44: 45: 46:
Hi, I realy like your Tab implementation. However since I use typescript the editor always complains that there are no types. I always need to add following in my `d.ts`...