{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "flag", "homepage": "https://github.com/vorhdam/flags", "items": [ { "name": "flag", "type": "registry:block", "title": "Flag", "description": "A simple flag component that renders country flag SVGs by their code.", "files": [ { "path": "src/registry/new-york/flags/ui/flag.tsx", "type": "registry:ui" }, { "path": "src/registry/new-york/flags/lib/flags.ts", "type": "registry:lib" }, { "path": "src/registry/new-york/flags/hooks/useFlag.tsx", "type": "registry:hook" } ] } ] }