Skip to main content
Glama
large-widget-wrapper.tsx661 B
import { cn } from '@/lib/utils'; const LargeWidgetWrapper = ({ children, containerClassName, }: { children: React.ReactNode; containerClassName?: string; }) => { return ( <div className="absolute top-[12px] z-40 w-full px-2 flex justify-center"> <div className={cn( 'py-1.5 px-3.5 border min-h-11.5 border border-border bg-background z-40 w-full animate animate-fade duration-300 rounded-md flex items-center justify-between', containerClassName, )} > {children} </div> </div> ); }; LargeWidgetWrapper.displayName = 'LargeWidgetWrapper'; export default LargeWidgetWrapper;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server