Skip to main content
Animated company cloud logs. Usually we can use to show company logos.

Usage

<script setup lang="ts">
import { AnimatedLogoCloud } from '@/components/visualization'

const logos = [
  { name: 'Company 1', path: '/logos/company1.svg' },
  { name: 'Company 2', path: '/logos/company2.svg' },
  { name: 'Company 3', path: '/logos/company3.svg' },
]
</script>

<template>
  <AnimatedLogoCloud 
    title="Trusted by Companies like" 
    :logos="logos" 
  />
</template>

Props

Prop NameTypeDefaultDescription
classstring-The delay in milliseconds before adding each item to the list.
titlestringTrusted by Companies likeTitle of animated logs.
logos[][{name: "", path: ""}]Array of items(logos) with name & path fields.

Credits

Build docs developers (and LLMs) love