Skip to main content
Glama
MobileThemeSwitcher.tsx447 B
import { MobileThemeSwitcher as MobileThemeSwitcherUI, type Modes, } from '@intlayer/design-system'; import { useTheme } from 'next-themes'; import type { FC } from 'react'; export const MobileThemeSwitcher: FC = () => { const { resolvedTheme, setTheme, systemTheme } = useTheme(); return ( <MobileThemeSwitcherUI theme={resolvedTheme as Modes} setTheme={setTheme} systemTheme={systemTheme as Modes} /> ); };

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/aymericzip/intlayer'

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