Skip to main content
Glama
index.mjs707 B
// src/arrow.tsx import * as React from "react"; import { Primitive } from "@radix-ui/react-primitive"; import { jsx } from "react/jsx-runtime"; var NAME = "Arrow"; var Arrow = React.forwardRef((props, forwardedRef) => { const { children, width = 10, height = 5, ...arrowProps } = props; return /* @__PURE__ */ jsx( Primitive.svg, { ...arrowProps, ref: forwardedRef, width, height, viewBox: "0 0 30 10", preserveAspectRatio: "none", children: props.asChild ? children : /* @__PURE__ */ jsx("polygon", { points: "0,0 30,0 15,10" }) } ); }); Arrow.displayName = NAME; var Root = Arrow; export { Arrow, Root }; //# sourceMappingURL=index.mjs.map

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/kkShrihari/miEAA3_mcp'

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