View
Last updated
Was this helpful?
Last updated
Was this helpful?
The View
component houses global components common to all views, such as notifications and dialogs. It handles errors, sets the document title, and renders the specified layout. The view and its props are rendered by the router.
display
view component
required
component
layout
layout component to use
required
string (account/app/auth/onboarding)
title
document title
required
string
The View
component relies on ViewContext
for managing notifications, dialogs, and error handling.
The component uses useTranslation
for internationalization and useToast
for toast notifications.
Layouts include AppLayout
, AuthLayout
, AccountLayout
, and OnboardingLayout
.