Loading Words
Animated loading with rotating words effect.
Configuring your account...
Please wait while we prepare everything for you
Usage
import LoadingWords from "@/components/bynanaui/loading-words";
export default function Example() {
return (
<LoadingWords
words={["buttons", "forms", "switches", "cards", "loaders"]}
/>
);
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
words | string[] | ["buttons", ...] | Array of words to rotate through |
className | string | "" | Additional CSS classes |