Skip to main content

Module app_shell

Module app_shell 

Source
Expand description

AppShell — top-level layout with slots for rail / main / inspector / titlebar / footer (M-UI.2 / AUT-122).

Structural component only — owns no state, picks no router. Each product screen (library, editor, cursor, prefs) composes one AppShell with the panes it needs. rail and main are required; titlebar, inspector, and footer are opt-in via Option<Children>.

Structs§

AppShellProps
Props for the AppShell component.

Functions§

AppShell
Required Props