{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "mist-integrations-2",
"type": "registry:block",
"title": "Integrations block",
"description": "Mist Kit Integrations block, variant two",
"files": [
{
"path": "../../packages/mist-kit/blocks/integrations/two/index.tsx",
"content": "import { Button } from '@/components/ui/button'\nimport { Gemini, GooglePaLM, Replit, MediaWiki, MagicUI, VSCodium } from '@/components/logos'\nimport Link from 'next/link'\n\nexport default function Integrations() {\n return (\n \n \n
\n
Integrate with your favorite tools :
\n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n
\n
\n
\n \n )\n}\n",
"type": "registry:component",
"target": "components/integrations-two.tsx"
},
{
"path": "../../packages/core/src/components/logos/index.ts",
"content": "export { default as Gemini } from './Gemini'\nexport { default as Replit } from './Replit'\nexport { default as MagicUI } from './MagicUI'\nexport { default as VSCodium } from './VSCodium'\nexport { default as MediaWiki } from './MediaWiki'\nexport { default as GooglePaLM } from './GooglePaLM'\n",
"type": "registry:component",
"target": "components/logos/index.ts"
},
{
"path": "../../packages/core/src/components/logos/Gemini.tsx",
"content": "import { type SVGProps } from 'react'\n\nexport default function Gemini(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/Gemini.tsx"
},
{
"path": "../../packages/core/src/components/logos/GooglePaLM.tsx",
"content": "import type { SVGProps } from 'react'\n\nexport default function GooglePaLM(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/GooglePaLM.tsx"
},
{
"path": "../../packages/core/src/components/logos/MagicUI.tsx",
"content": "import type { SVGProps } from 'react'\n\nexport default function MagicUI(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/MagicUI.tsx"
},
{
"path": "../../packages/core/src/components/logos/MediaWiki.tsx",
"content": "import { type SVGProps } from 'react'\n\nexport default function MediaWiki(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/MediaWiki.tsx"
},
{
"path": "../../packages/core/src/components/logos/Replit.tsx",
"content": "import { type SVGProps } from 'react'\n\nexport default function Replit(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/Replit.tsx"
},
{
"path": "../../packages/core/src/components/logos/VSCodium.tsx",
"content": "import { type SVGProps } from 'react'\n\nexport default function VSCodium(props: SVGProps) {\n return (\n \n )\n}\n",
"type": "registry:component",
"target": "components/logos/VSCodium.tsx"
}
]
}