TweetEmbed Twitter/X posts with custom styling.tweettwittersocialembed PreviewCodeCopy"use client"; import { Tweet } from "@/components/vritti/tweet"; export function TweetExample() { return ( <div className="flex items-center justify-center p-8"> <Tweet id="1897777533696446868" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/tweet"Copy Dependencies pnpmnpmyarnbunpnpm add react-tweet @icons-pack/react-simple-icons lucide-reactCopy