Skip to main content
Glama
badge.stories.ts577 B
import { Meta, StoryObj } from "@storybook/react"; import { Badge } from "../badge"; const meta: Meta<typeof Badge> = { title: "UI/Shadcn/Badge", component: Badge, argTypes: { variant: { control: "select", options: ["default", "primary", "secondary", "success", "warning", "danger"], }, }, }; export default meta; type Story = StoryObj<typeof Badge>; export const Default: Story = { args: { children: "Default Badge", }, }; export const Destructive: Story = { args: { children: "Primary Badge", variant: "destructive", }, };

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/madarco/ragrabbit'

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