import { Meta, Canvas } from '@storybook/blocks';
import * as PhotoCarouselStories from './PhotoCarousel.stories.svelte';
# PhotoCarousel
The `PhotoCarousel` component creates a simple, accessible photo carousel with lazy-loading and mobile swipe built in.
```svelte
```
## Custom text
Use named slots to style your own custom credits and/or captions.
```svelte
{credit}
{caption}
```