Skip to main content
Glama
ConvexStatusWidget.stories.tsx974 B
import type { Meta, StoryObj } from "@storybook/nextjs"; import { ConvexStatusWidget } from "./ConvexStatusWidget"; const meta: Meta<typeof ConvexStatusWidget> = { component: ConvexStatusWidget, parameters: { layout: "padded", }, }; export default meta; type Story = StoryObj<typeof meta>; export const AllOperational: Story = { args: { status: { indicator: "none", description: "All Systems Operational", }, }, }; export const MinorIssues: Story = { args: { status: { indicator: "minor", description: "Minor Service Disruption", }, }, }; export const MajorOutage: Story = { args: { status: { indicator: "major", description: "Major Service Outage", }, }, }; export const CriticalOutage: Story = { args: { status: { indicator: "critical", description: "Critical System Failure", }, }, }; export const Loading: Story = { args: { status: undefined, }, };

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/get-convex/convex-backend'

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