Feedback and overlays
LoadingOverlay
Loading Overlay Component A generic full-screen loading overlay for any async operation. Shows progress, completed items, and error states.Public export
typescript
import { LoadingOverlay } from '@happyvertical/smrt-ui/feedback';- Import path
@happyvertical/smrt-ui/feedback- Props
- 8
- Props described
- 8 of 8
- Bindable state
- 0
- Callback events
- 1
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
showbooleanNoWhether to show the overlaymessagestringNoLoading message to displayprogressnumberNoProgress percentage (0-100)itemsstring[]NoList of completed itemserror{ message: string; } | nullNoError object with messagedismissiblebooleanNoAllow dismissing the overlayclassstringNoCustom CSS classondismiss() => voidNoCallback when dismissedBindable state
This component has no bindable public state.
Callback events
ondismiss() => void