File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
214246Props:
You can’t perform that action at this time.
0 commit comments