Support Docs
Learn how to set up, use, and get the most out of Svelte Starter Kit.
<script>
import CardIconMini from '$lib/dist/components/CardIconMini.svelte';
import { BookOpen } from 'lucide-svelte';
</script>
<CardIconMini
title="Support Docs"
Icon={BookOpen}
description="Learn how to set up, use, and get the most out of Svelte Starter Kit."
className="bg-base-200 hover:bg-base-300"
/>