Using react-twitter-embed to embed a tweet makes the initial tweet look a bit small: import { TwitterTweetEmbed } from "react-twitter-embed"; type IProps = { id: string; }; const Tweet = (props: IProps) => { return ( <TwitterTweetEmbed tw...
blog.skorpen.com1 min read
No responses yet.