Skip to content

Commit 9be9ecf

Browse files
committed
docs: 📝 update docs
1 parent 923e937 commit 9be9ecf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/routes/+page.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Deezer,
77
GenericEmbed,
88
SimpleCast,
9+
Slides,
910
SoundCloud,
1011
Spotify,
1112
StackBlitz,
@@ -209,6 +210,37 @@ Output:
209210

210211
<SimpleCast episodeId="46aaf483-8567-451a-aa7c-4c92fbb13f28" />
211212

213+
## Slides
214+
215+
Props:
216+
217+
```ts
218+
width: string = '576'
219+
height: string = '420'
220+
username: string = ''
221+
title: string = ''
222+
byline: 'hidden' | 'visible' | 'default' = 'hidden'
223+
share: 'hidden' | 'visible' | 'default' = 'hidden'
224+
style: | 'light'
225+
| 'dark'
226+
| 'hidden'
227+
| 'transparent'
228+
| 'default' = 'dark'
229+
```
230+
231+
Usage:
232+
233+
```html
234+
<Slides
235+
username="spences10"
236+
title="building-with-sveltekit-and-graphql"
237+
/>
238+
```
239+
240+
Output:
241+
242+
<Slides username="spences10" title="building-with-sveltekit-and-graphql"/>
243+
212244
## SoundCloud
213245

214246
Props:

0 commit comments

Comments
 (0)