Loading Text
Animated loading text with expanding bar effect.
Configuring your account...
Please wait while we prepare everything for you
Usage
import LoadingText from "@/components/bynanaui/loading-text";
export default function Example() {
return <LoadingText text="loading" />;
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "loading" | The text to display |
className | string | "" | Additional CSS classes |