Table of Contents
Example
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.
Svelte 5, SvelteKit 2, Typescript, TailwindCSS, Bits UI, DaisyUI.
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 5, SvelteKit 2.x, Typescript, TailwindCSS, Bits UI, DaisyUI.',
],
]} />