Pro Components
Base Components
App Shell 1
IDE-style application shell with activity bar, file explorer sidebar with collapsible folders, and panel toggle.
Example
Introduction
App Shell 1 is an IDE-style layout inspired by code editors. It includes:- Activity bar (left): Icons for Explorer, Search, Source control, and Settings. The Explorer icon toggles the file sidebar.
- File explorer sidebar: Collapsible folder tree (e.g.
src,public) with file items and optional count badges, plus a “New file” button. - Main area: Header with title and a panel toggle; content area and an optional bottom panel for output or tools.
Usage
import { ApplicationShell9 } from "@/components/ui/application-shell-9";
<ApplicationShell9 />