WebGL flowing threads animation rendered on a full-size canvas.
npx bouncekit@latest add threadsUsage
import { Threads } from "@/components/ui/threads"Props
| Prop | Type | Required | Description |
|---|---|---|---|
color | [number, number, number] | — | RGB color tuple for threads. |
amplitude | number | — | Wave amplitude. Default: 1. |
speed | number | — | Animation speed. Default: 0.5. |