Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add logo-carouselImport the component
Import the component into your Svelte file:
import { LogoCarousel } from "$lib/motion-core";import { LogoCarousel } from "$lib/motion-core";Usage
Props
LogoCarousel
| Prop | Type | Default |
|---|---|---|
logos | Logo[] | — |
columnCount | number | 2 |
cycleInterval | number | 2000 |
class | string | — |