Components
Features
Shows a features section with 8 items.
Basic Usage
Edit the features array in Features.svelte
with your features and svgs.
To import the component, use:
Components
Shows a features section with 8 items.
Edit the features array in Features.svelte
with your features and svgs.
To import the component, use:
<script lang="ts">
import Features from "$lib/components/Features.svelte"
</script>
<Features/>