ViewActionNotFound โ
Source: client/lib/theme/vueda-tailwind/views/index.js
Centering wrapper around the embedded SystemMessageCard. See ViewNotFound.root; the two views share the recipe so missing-route and missing-action surfaces read as siblings.
Vue component: ViewActionNotFound
| Slot | Default classes | Description |
|---|---|---|
| root | flex min-h-full items-center justify-center p-8 | Centering wrapper around the embedded SystemMessageCard. See ViewNotFound.root; the two views share the recipe so missing-route and missing-action surfaces read as siblings. |
| 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; matches ViewNotFound.blurb. |
root โ
Centering wrapper around the embedded SystemMessageCard. See ViewNotFound.root; the two views share the recipe so missing-route and missing-action surfaces read as siblings.
Default classes:
flex min-h-full items-center justify-center p-8
Source: client/lib/theme/vueda-tailwind/views/ViewActionNotFound.theme.js:17
blurb โ
Explanatory paragraph rendered beneath the crest when the
blurbslot is not overridden. 13 px / muted-foreground; matches ViewNotFound.blurb.
Default classes:
text-[13px] leading-[1.5] text-muted-foreground
Source: client/lib/theme/vueda-tailwind/views/ViewActionNotFound.theme.js:21