Skip to main content
Glama
fieldset.tsx647 B
"use client"; import { Fieldset as FieldsetPrimitive } from "@base-ui/react/fieldset"; import { cn } from "@/lib/utils"; function Fieldset({ className, ...props }: FieldsetPrimitive.Root.Props) { return ( <FieldsetPrimitive.Root className={cn("flex w-full max-w-64 flex-col gap-6", className)} data-slot="fieldset" {...props} /> ); } function FieldsetLegend({ className, ...props }: FieldsetPrimitive.Legend.Props) { return ( <FieldsetPrimitive.Legend className={cn("font-semibold", className)} data-slot="fieldset-legend" {...props} /> ); } export { Fieldset, FieldsetLegend };

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/bytebase/dbhub'

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