Components
FAQ
Displays a section with FAQs.
Basic Usage
Include your own Frequently Asked Questions to the FAQ.svelte
To import the component, use:
Components
Displays a section with FAQs.
Include your own Frequently Asked Questions to the FAQ.svelte
To import the component, use:
<script lang="ts">
import FAQ from "$lib/components/FAQ.svelte"
</script>
<FAQ/>