Ori Logo
Command Palette
Search for a command to run
0

Tweet Card

A card that displays a tweet with the author's name, handle, and profile picture.


Installation

Usage

  1. 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.