This component no longer exists. It was in sv-blocks’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
integration-one
sv-blocks/integration-oneRemovedBlock
Veil Integration component, variant One.
Install it
npx shadcn@latest add https://sv-blocks.vercel.app/r/integration-one.jsonSource
1<script lang="ts">2 // Scroll below for the component code3 import IntegrationCard from "./card/integration-card.svelte";4 import { Gemini, GooglePaLM, MagicUI, VSCodium, Replit, MediaWiki } from "../logos/logos";5</script>67<section>8 <div class="py-32">9 <div class="mx-auto max-w-5xl px-6">10 <div class="text-center">11 <h2 class="text-3xl font-semibold text-balance md:text-4xl">12 Integrate with your favorite tools13 </h2>14 <p class="mt-6 text-muted-foreground">15 Connect seamlessly with popular platforms and services to enhance your workflow.16 </p>17 </div>1819 <div class="mt-12 grid gap-3 sm:grid-cols-2 lg:grid-cols-3">20 <IntegrationCard21 title="Google Gemini"22 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."23 >24 <Gemini />25 </IntegrationCard>2627 <IntegrationCard28 title="Replit"29 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."30 >31 <Replit />32 </IntegrationCard>3334 <IntegrationCard35 title="Magic UI"36 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."37 >38 <MagicUI />39 </IntegrationCard>4041 <IntegrationCard42 title="VSCodium"43 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."44 >45 <VSCodium />46 </IntegrationCard>4748 <IntegrationCard49 title="MediaWiki"50 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."51 >52 <MediaWiki />53 </IntegrationCard>5455 <IntegrationCard56 title="Google PaLM"57 description="Amet praesentium deserunt ex commodi tempore fuga voluptatem. Sit, sapiente."58 >59 <GooglePaLM />60 </IntegrationCard>61 </div>62 </div>63 </div>64</section>
What it pulls in
Other registry items
