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 • 525 B
JavaScript
import{jsx as _jsx}from"react/jsx-runtime";import{ThemeContainer}from"./theme-container.js";export function Container({children,href,theme="light"}){return /*#__PURE__*/_jsx(ThemeContainer,{theme:theme,children:/*#__PURE__*/_jsx("div",{className:"text-black dark:text-gray-200 w-full dark:bg-[#161e27] bg-white hover:bg-neutral-50 dark:hover:bg-[#161e27f3] relative transition xmax-w-[600px] sm:min-w-[300px] flex border rounded-xl",children:/*#__PURE__*/_jsx("div",{className:"flex-1 px-4 pt-3 pb-3",children:children})})})}