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