Flow Threads
OfficialBeautiful animated flowing threads effect powered by WebGL and OGL. Creates mesmerizing wave patterns that respond to mouse interaction.
Freewebgloglanimationbackgroundinteractivewaves
0 downloadsOonkooUI Team
Installation
Run the following command:
npx oonkoo add flow-threadsProps
FlowThreads Props
| Prop | Type | Default |
|---|---|---|
| color | [number, number, number] | [0.2 |
| intensity | number | 1.0 |
| flowSpeed | number | 1.0 |
| enableInteraction | boolean | true |
| className | string | '' |
Usage
Copy and paste the following code to use this component:
import { FlowThreads } from "@/components/oonkoo/flow-threads"
<FlowThreads>
{/* Your content */}
</FlowThreads>