UNPKG

figma-restoration-tools

Version:

Professional Figma Component Restoration Kit - MCP tools with snapDOM-powered high-quality screenshots, intelligent shadow detection, and smart debugging for Vue component restoration. Includes figma_compare and snapdom_screenshot tools.

54 lines 1.36 kB
{ "name": "FolderListItem", "description": "文件夹列表项组件 - 显示文件夹信息,包括图标、标题、时间戳、项目计数和复选框", "category": "列表组件", "figmaLink": "https://www.figma.com/design/Mbz0mgLIVbz46bxPwBFnSl/CS%E4%BC%81%E4%B8%9A%E7%89%88?node-id=4211-72472&m=dev", "figmaNodeId": "4211:72472", "version": "1.0.0", "createdAt": "2025-07-24T07:28:00.308Z", "dimensions": { "width": "100%", "height": "64px", "minWidth": "311px" }, "props": { "title": { "type": "string", "default": "新建文件夹", "description": "文件夹标题" }, "timestamp": { "type": "string", "default": "2023-09-01 14:36", "description": "时间戳信息" }, "count": { "type": "string | number", "default": "0", "description": "项目计数" } }, "features": [ "响应式设计", "TypeScript支持", "Flex布局", "SVG图标优化", "无障碍访问性" ], "assets": [ "folder-icon.svg", "project-icon.svg", "checkbox.svg" ], "optimizations": { "visualDriven": true, "redundantElementsFiltered": 3, "flexLayout": true, "svgOptimized": true, "performanceScore": "A+" }, "browser": { "support": ["Chrome", "Firefox", "Safari", "Edge"], "ie": false } }