1. Docs

CardIconMini

Example

Support Docs

Learn how to set up, use, and get the most out of Svelte Starter Kit.

Usage

<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"
/>