ViewNotFound โ
Source: client/lib/theme/vueda-tailwind/views/index.js
Centering wrapper around the embedded SystemMessageCard. The card chassis is fixed-width, so a flex parent is required for it to sit in the middle of the viewport. Mirrors ViewLoading.root.
Vue component: ViewNotFound
| Slot | Default classes | Description |
|---|---|---|
| root | flex min-h-full items-center justify-center p-8 | Centering wrapper around the embedded SystemMessageCard. The card chassis is fixed-width, so a flex parent is required for it to sit in the middle of the viewport. Mirrors ViewLoading.root. |
| blurb | text-[13px] leading-[1.5] text-muted-foreground | Explanatory paragraph rendered beneath the crest when the blurb slot is not overridden. 13 px / muted-foreground so it reads as supporting copy beside the card title. |
root โ
Centering wrapper around the embedded SystemMessageCard. The card chassis is fixed-width, so a flex parent is required for it to sit in the middle of the viewport. Mirrors ViewLoading.root.
Default classes:
flex min-h-full items-center justify-center p-8
Source: client/lib/theme/vueda-tailwind/views/ViewNotFound.theme.js:17
blurb โ
Explanatory paragraph rendered beneath the crest when the
blurbslot is not overridden. 13 px / muted-foreground so it reads as supporting copy beside the card title.
Default classes:
text-[13px] leading-[1.5] text-muted-foreground
Source: client/lib/theme/vueda-tailwind/views/ViewNotFound.theme.js:21