Indielayer UI - Vue.js 3 / Nuxt.js 3 UI Library with Tailwind CSS 4. ⚡️  Build and prototype fast web applications.

Indielayer
Indielayer UIIndielayer UI
UI
v2.1.0

Loader

Full-area loading overlay that blocks interaction while content or an action completes. Use Loader when the whole region should wait before continuing.

#
Usage

Basic example with common props.

Loading
Failed to load
Loaded

#API

Loader

props

Name
Description
Type
Default
Values
Required
size
Control size. One of xs, sm, md, lg, xl.
String
md
xssmmdlgxl
status
Visual status (active spinner, success, or error).
String
active
activesuccesserror
icon
Custom spinner icon when status is `active`.
String
label
Optional text shown next to the status icon.
String