JJabKit
Theme preference

ApplicationShell1

1.0.0

Collapsible application shell with grouped sidebar navigation, nested submenus, user footer, and a breadcrumb header.

npx jabkit add application-shell1

Component Data

ID
application-shell1
Category
dashboard
Version
1.0.0
Added
2026-09-05
Type
block
Keyboard nav
Yes
Reduced motion
Yes
dashboardshellsidebarnavigationbreadcrumbslayout

Dependencies

  • lucide-react
  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <ApplicationShell1 {...applicationShell1Mocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <ApplicationShell1 {...applicationShell1Mocks.alternate} />
    </div>