Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add slideshowImport the component
Import the component into your Svelte file:
import { Slideshow } from "$lib/motion-core";import { Slideshow } from "$lib/motion-core";Usage



Props
Slideshow
| Prop | Type | Default |
|---|---|---|
images | {src: string, alt?: string}[] | — |
class | string | "" |