Page Loader
Brand wordmark shown while a page loads.
Usage
tsx
import { PageLoader } from "@rogo-technologies/ui/page-loader";
<div className="bg-primary fixed inset-0 flex items-center justify-center">
<PageLoader />
</div>;API
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "Loading" | Accessible name. |
height | number | 18 | Height in pixels. Width follows it. |
className | string | - | Extra classes. |