Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
radio-group.ts2.8 kB
import { radioGroupAnatomy } from "@ark-ui/react"; import { defineSlotRecipe } from "@pandacss/dev"; export const radioGroup = defineSlotRecipe({ className: "radioGroup", slots: radioGroupAnatomy.keys(), base: { root: { colorPalette: "accent", display: "flex", flexDirection: { _vertical: "column", _horizontal: "row", }, }, itemControl: { background: "transparent", borderColor: "border.default", borderRadius: "full", borderWidth: "1px", transitionDuration: "normal", transitionProperty: "background", transitionTimingFunction: "default", _hover: { background: "bg.subtle", }, _checked: { background: "colorPalette.default", borderColor: "colorPalette.default", outlineColor: "bg.default", outlineStyle: "solid", _hover: { background: "colorPalette.default", }, }, _disabled: { borderColor: "border.disabled", color: "fg.disabled", _hover: { bg: "initial", color: "fg.disabled", }, }, }, item: { alignItems: "center", cursor: "pointer", display: "flex", _disabled: { cursor: "not-allowed", }, }, itemText: { color: "fg.default", fontWeight: "medium", _disabled: { color: "fg.disabled", }, }, }, defaultVariants: { size: "md", }, variants: { size: { sm: { root: { gap: { _vertical: "3", _horizontal: "4", }, }, item: { gap: "2", }, itemControl: { width: "4", height: "4", _checked: { outlineWidth: "3px", outlineOffset: "-4px", }, }, itemText: { textStyle: "sm", }, }, md: { root: { gap: { _vertical: "4", _horizontal: "6", }, }, item: { gap: "3", }, itemControl: { width: "5", height: "5", _checked: { outlineWidth: "4px", outlineOffset: "-5px", }, }, itemText: { textStyle: "md", }, }, lg: { root: { gap: { _vertical: "5", _horizontal: "8", }, }, item: { gap: "4", }, itemControl: { width: "6", height: "6", _checked: { outlineWidth: "5px", outlineOffset: "-6px", }, }, itemText: { textStyle: "lg", }, }, }, }, });

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/Southclaws/storyden'

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