Tweet Card
A card that displays a tweet with the author's name, handle, and profile picture.
Installation
Usage
- Using Remote Functions
import { query } from '@sveltejs/kit';
import { getTweet } from 'sveltweet/api'; Props
| Name | Type | Description |
|---|---|---|
id | string | The ID of the tweet to display. |