A masonry grid full of tweets
import { TweetGrid } from "@/components/ui/tweet-grid"; const exampleTweets = [ "1742983975340327184", "1743049700583116812", "1754067409366073443", ] function TweetGridDemo() { return <TweetGrid tweets={exampleTweets} /> } export { TweetGridDemo };
Part of cult ui — browse the full library on 21st.dev.