Usage
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
class | string | - | Additional classes for styling the component. |
images | array | [] | Array of image URLs to render in the cloud |
An interactive 3D tag cloud component
<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>
| Prop Name | Type | Default | Description |
|---|---|---|---|
class | string | - | Additional classes for styling the component. |
images | array | [] | Array of image URLs to render in the cloud |