Skip to main content

AppShell

Function AppShell 

Source
pub fn AppShell(props: AppShellProps) -> impl IntoView
Expand description

§Required Props

  • rail: [Children]
    • Left-edge navigation rail. Typically NavigationRail.
  • main: [Children]
    • The primary surface (record setup, library grid, editor canvas, cursor studio).

§Optional Props

  • inspector: [Children]
    • Optional right-edge inspector / property panel.
  • titlebar: [Children]
    • Optional top window-chrome strip.
  • footer: [Children]
    • Optional bottom status / recording-controls footer.
  • extra_class: impl Into<String>