1. Docs

CardLinkImage

Example

Usage

<script>
    import CardLinkImage from '$lib/dist/components/CardLinkImage.svelte';
</script>

<CardLinkImage
    link="/"
    name="Learn More"
    image_src="/logo.png"
    image_alt="learn more"
    description="Hear from our customers about their experience with Svelte Starter Kit."
/>