Skip to main content
An interactive 3D tag cloud component.

Usage

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

const images = [
  '/icons/vue.svg',
  '/icons/react.svg',
  '/icons/typescript.svg',
  '/icons/javascript.svg',
]
</script>

<template>
  <IconCloud :images="images" />
</template>

Props

Prop NameTypeDefaultDescription
classstring-Additional classes for styling the component.
imagesarray[]Array of image URLs to render in the cloud

Credits

Build docs developers (and LLMs) love