Skip to content

Commit 73d433f

Browse files
committed
refactor: ♻️ update docs with props options
1 parent d7f18a5 commit 73d433f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/web/src/routes/+page.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ Props:
646646

647647
```ts
648648
tweetLink: string = '';
649+
theme: string = 'dark' | 'light' = 'light';
649650
```
650651

651652
Usage:
@@ -659,7 +660,10 @@ Usage:
659660

660661
Output:
661662

662-
<Tweet tweetLink="adamwathan/status/959078631434731521" />
663+
<Tweet
664+
tweetLink="adamwathan/status/959078631434731521"
665+
theme="dark"
666+
/>
663667

664668
## Vimeo
665669

0 commit comments

Comments
 (0)