Components
Hero with Image
Shows a hero with a screenshot image of your app.
Basic Usage
Add your headlines and image to the HeroImage.svelte
component
To import the component, use:
Components
Shows a hero with a screenshot image of your app.
Add your headlines and image to the HeroImage.svelte
component
To import the component, use:
<script lang="ts">
import HeroImage from "$lib/components/Hero.svelte";
</script>
<main class="min-h-screen">
<HeroImage />
</main>