Getting Started
Templates
Components
Special Effects
Animations
Text Animations
Backgrounds
import { KineticText } from "@/components/ui/kinetic-text"<KineticText text="some text" />| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text content to render with the kinetic effect. |
as | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "h1" | The HTML element to render as. |
className | string | - | Additional class names for the wrapper element. |