react-bluesky-embed
Version:
React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.
1 lines • 251 B
JavaScript
import{jsx as _jsx}from"react/jsx-runtime";export function ThemeContainer({children,theme="light"}){return /*#__PURE__*/_jsx("div",{id:"bluesky-embed",className:`${theme}`,children:/*#__PURE__*/_jsx("div",{className:"text-start",children:children})})}