{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "user-presence-avatar-demo", "type": "registry:ui", "title": "User Presence Avatar Demo", "description": "Demo User Presence Avatar Demo.", "registryDependencies": [ "https://animate-ui.com/r/user-presence-avatar" ], "files": [ { "path": "registry/demo/ui-elements/user-presence-avatar/index.tsx", "content": "'use client';\n\nimport * as React from 'react';\n\nimport { UserPresenceAvatar } from '@/components/animate-ui/ui-elements/user-presence-avatar';\n\nexport const UserPresenceAvatarDemo = () => ;\n", "type": "registry:ui", "target": "components/animate-ui/demo/ui-elements/user-presence-avatar.tsx" } ] }