
ArcaneSidebar
Use sidebars for durable app navigation, workspace sections, and shell-level commands.
Live Demo
Component: sidebar
Preview + Code
Code
ArcaneSidebar(
  width: 240,
  showCollapseToggle: false,
  header: const Text('Workspace'),
  footer: const Text('v2.9'),
  children: const [
    ArcaneSidebarItem(label: 'Dashboard', selected: true),
    ArcaneSidebarItem(label: 'Projects'),
    ArcaneSidebarItem(label: 'Settings'),
  ],
)

ArcaneSidebar#

Use sidebars for durable app navigation, workspace sections, and shell-level commands.

The live preview and code sample above use the neutral package:arcane_jaspr/arcane_jaspr.dart API. The selected stylesheet owns spacing, density, radius, color, and interaction styling, so the same app code can render differently under Shadcn or Neon.

Source: lib/component/navigation/sidebar.dart

See the Component Catalog for the full exported surface and source mapping.