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