Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
An interactive 3D tag cloud component.
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/icon-cloud.json
Copy the Source Code
Copy and paste the following code into your project:
icon-cloud.svelte
index.ts
Folder Structure
Folder Structure
Examples
Images
Icon cloud using images from Simple Icons CDN.
Props
IconCloud
A component for Icon Cloud.
| Name | Type | Default | Description |
|---|---|---|---|
icons | Component[] | [] | |
images | string[] | [] | Array of image URLs to display in the cloud. |
class | string | "" | Additional CSS classes to apply |