Text with a shimmering shine effect that moves across the text.
Installation
Usage
import { ShinyText } from "viora-ui";import { ShinyText } from "viora-ui";
export default function ShinyTextDemo() {
return (
<div className="flex min-h-[350px] w-full items-center justify-center p-6">
<ShinyText />
</div>
);
}API Reference
ShinyText
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | - | Configuration for text. |
| disabled? | boolean | false | Whether the component is disabled. |
| speed? | number | - | Configuration for speed. |
| className? | string | "" | Additional CSS classes for custom styling. |
Built by Otis
Last updated: 9/13/2026