Svelte 5 is still in beta, we will be upgrading to Svelte 5 once it is
released. Since Svelte 5 is backward compatible with Svelte 4 codebase,
so even if you start with Svelte 4, you can easily upgrade to Svelte 5.
Usage
<script> import FAQ from '$lib/dist/components/FAQ.svelte';</script><FAQ legend="FAQ" subtext="" faq_arr={[ [ 'What will I get?', `You will get access to Sveltekit template that has Blog, Docs and UI components that will help you to get upto speed with your next project.`, ], [ 'What is the tech stack?', 'Svelte 4.x, SvelteKit 2.x, Typescript, TailwindCSS, PrelineJS, DaisyUI.', ], [ 'Why not Svelte 5 yet?', `Svelte 5 is still in beta, we will be upgrading to Svelte 5 once it is released. Since Svelte 5 is backward compatible with Svelte 4 codebase, so even if you start with Svelte 4, you can easily upgrade to Svelte 5.`, ],]} />