We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a3e0f commit 79e5811Copy full SHA for 79e5811
src/routes/+page.md
@@ -9,6 +9,7 @@
9
SoundCloud,
10
Spotify,
11
StackBlitz,
12
+ Toot,
13
Tweet,
14
Vimeo,
15
YouTube,
@@ -287,6 +288,34 @@ Output:
287
288
289
<StackBlitz id="vitejs-vite-yyoood" hideNavigation />
290
291
+## Toot
292
+
293
+Props:
294
295
+```ts
296
+instance: string = ''
297
+username: string = ''
298
+tootId: string = ''
299
+```
300
301
+Usage:
302
303
+```html
304
+<Toot
305
+ instance="mas.to"
306
+ username="@spences10"
307
+ tootId="109252587760962553"
308
+/>
309
310
311
+Output:
312
313
314
315
316
317
318
319
## Tweet
320
321
Props:
0 commit comments