Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
file-upload.ts1.63 kB
import { fileUploadAnatomy } from "@ark-ui/react"; import { defineSlotRecipe } from "@pandacss/dev"; export const fileUpload = defineSlotRecipe({ className: "fileUpload", slots: fileUploadAnatomy.keys(), base: { root: { display: "flex", flexDirection: "column", gap: "4", width: "100%", }, label: { fontWeight: "medium", textStyle: "sm", }, dropzone: { alignItems: "center", background: "bg.default", borderRadius: "l3", borderWidth: "1px", display: "flex", flexDirection: "column", gap: "3", justifyContent: "center", minHeight: "xs", px: "6", py: "4", }, item: { animation: "fadeIn 0.25s ease-out", background: "bg.default", borderRadius: "l3", borderWidth: "1px", columnGap: "3", display: "grid", gridTemplateColumns: "auto 1fr auto", gridTemplateAreas: ` "preview name delete" "preview size delete" `, p: "4", }, itemGroup: { display: "flex", flexDirection: "column", gap: "3", }, itemName: { color: "fg.default", fontWeight: "medium", gridArea: "name", textStyle: "sm", }, itemSizeText: { color: "fg.muted", gridArea: "size", textStyle: "sm", }, itemDeleteTrigger: { alignSelf: "flex-start", gridArea: "delete", }, itemPreview: { gridArea: "preview", }, itemPreviewImage: { aspectRatio: "1", height: "10", objectFit: "scale-down", width: "10", }, }, });

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