Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
checkbox.ts2.41 kB
import { checkboxAnatomy } from "@ark-ui/react"; import { defineSlotRecipe } from "@pandacss/dev"; export const checkbox = defineSlotRecipe({ className: "checkbox", slots: checkboxAnatomy.keys(), base: { root: { alignItems: "center", display: "flex", }, label: { color: "fg.default", fontWeight: "medium", }, control: { alignItems: "center", borderColor: "border.default", borderWidth: "1px", color: "colorPalette.fg", cursor: "pointer", display: "flex", justifyContent: "center", transitionDuration: "normal", transitionProperty: "border-color, background", transitionTimingFunction: "default", _hover: { background: "bg.subtle", }, _checked: { background: "colorPalette.default", borderColor: "colorPalette.default", _hover: { background: "colorPalette.default", }, }, _indeterminate: { background: "colorPalette.default", borderColor: "colorPalette.default", _hover: { background: "colorPalette.default", }, }, "&:has(+ :focus-visible)": { outlineOffset: "2px", outline: "2px solid", outlineColor: "border.outline", _checked: { outlineColor: "colorPalette.default", }, }, }, }, defaultVariants: { size: "md", }, variants: { size: { sm: { root: { gap: "2", }, control: { width: "4", height: "4", borderRadius: "l1", "& svg": { width: "3", height: "3", }, }, label: { textStyle: "xs", }, }, md: { root: { gap: "3", }, control: { width: "5", height: "5", borderRadius: "l1", "& svg": { width: "3.5", height: "3.5", }, }, label: { textStyle: "md", }, }, lg: { root: { gap: "4", }, control: { width: "6", height: "6", borderRadius: "l1", "& svg": { width: "4", height: "4", }, }, label: { 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