Components
Loading preview...
A masonry grid full of tweets
npx shadcn@latest add https://21st.dev/r/cult-ui/tweet-gridimport { TweetGrid } from "@/components/ui/tweet-grid";
const exampleTweets = [
"1742983975340327184",
"1743049700583116812",
"1754067409366073443",
]
function TweetGridDemo() {
return <TweetGrid tweets={exampleTweets} />
}
export { TweetGridDemo };