{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-integrations-3", "type": "registry:block", "title": "Integrations block", "description": "Mist Kit Integrations block, variant three", "files": [ { "path": "../../packages/mist-kit/blocks/integrations/three/index.tsx", "content": "import { Card } from '@/components/ui/card'\nimport * as React from 'react'\nimport { Gemini, Replit, MagicUI, VSCodium, MediaWiki, GooglePaLM } from '@/components/logos'\n\nexport default function Integrations() {\n return (\n \n \n \n \n Integrate with your favorite tools\n Connect seamlessly with popular platforms and services to enhance your workflow.\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 \n \n \n \n )\n}\n\nconst IntegrationCard = ({ title, description, children, link = 'https://github.com/Ashutoshx7/cnblocks' }: { title: string; description: string; children: React.ReactNode; link?: string }) => {\n return (\n \n \n {children}\n\n \n {title}\n {description}\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/integrations-three.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 {'Gemini'}\n \n \n \n \n \n \n \n \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 \n \n \n \n \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 \n \n \n \n \n \n \n \n \n \n \n \n \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 \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 \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 \n \n \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 \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 \n \n \n \n \n \n )\n}\n", "type": "registry:component", "target": "components/logos/VSCodium.tsx" } ] }
Connect seamlessly with popular platforms and services to enhance your workflow.
{description}