Main Content Area
This layout is fully responsive with dark mode support and a mobile-ready off-canvas sidebar.
A collection of reusable UI components built with Tailwind CSS, Stimulus, and ViewComponents.
Must be unique
Please enter a valid email address
Full form with sections, file upload, checkboxes, and radio buttons. Dark mode ready.
A complete application layout with mobile-ready sidebar using @tailwindplus/elements.
Supports dark mode, a profile slot for the desktop sidebar footer,
and a user_menu slot for the mobile top bar.
This layout is fully responsive with dark mode support and a mobile-ready off-canvas sidebar.
Slots:
sidebar_content — navigation rendered inside both the mobile off-canvas and desktop sidebarprofile — user profile link pinned to the bottom of the desktop sidebaruser_menu — avatar/menu shown in the mobile top barOptions: position: :fixed (default) or position: :absolute for embedded demos
Uses @tailwindplus/elements el-dialog. Trigger with command="show-modal" commandfor="[id]", close with command="close".
Use UI::DescriptionListComponent to display record details in a structured label/value layout with dark mode support.
Personal details and application.
Slots:
field(label:) — a label/value row; accepts any content block for complex valuesOptions: title: (required), subtitle: (optional)
Full-page layout with a horizontal top navigation bar instead of a sidebar. Includes desktop nav links, a user menu, and a collapsible mobile menu via el-disclosure.
Slots:
nav_content — desktop horizontal nav links (border-b-2 active style)mobile_nav_content — mobile disclosure menu content (border-l-4 active style); also shows hamburger buttonuser_menu — right-side actions (notifications, profile dropdown)Options: title: (optional page heading), id: (default: "top-nav", used to scope the mobile menu toggle)