{ "name": "BentoGlobe", "description": "Interactive 3D rotating globe component using COBE library with theme-aware colors and customizable markers.", "constraints": { "globeRules": { "config": { "required": false, "note": "Optional COBEOptions object to customize globe appearance. Default config uses theme colors: baseColor and glowColor use --card, markerColor uses --primary-cta. Can override: phi (rotation), theta (tilt), dark (darkness 0-1), diffuse (lighting), mapSamples, mapBrightness, markers (array of {location: [lat, lng], size: number}), and more. See COBE documentation for full options." } } }, "propsSchema": { "className?": "string", "config?": "COBEOptions - Custom globe configuration (see COBE docs)" }, "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays" ], "dont": [], "editRules": { "textOnly": true, "layoutLocked": true, "styleLocked": true } }