Text animation with sequential staggered letter entrance.
Installation
Usage
import { StaggerText } from "viora-ui";import { StaggerText } from "viora-ui";
export default function StaggerTextDemo() {
return (
<div className="flex min-h-[350px] w-full items-center justify-center p-6">
<StaggerText />
</div>
);
}API Reference
StaggerText
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | - | Configuration for text. |
| className? | string | "" | Additional CSS classes for custom styling. |
| staggerDelay? | number | - | Configuration for staggerDelay. |
Built by Otis
Last updated: 9/13/2026