import { Badge, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Descriptions, StatCard, Avatar, AvatarFallback, } from "@godxjp/ui/data-display"; import { Button } from "@godxjp/ui/general"; import { AppShell, Flex, PageContainer, ResponsiveGrid, Sidebar, type SidebarSectionProp, Topbar, } from "@godxjp/ui/layout"; import { BookOpen, FileText, LayoutDashboard, ReceiptText, Users } from "lucide-react"; /** * Detail screen — Card as the structural surface: accent stripe + banded header + * Descriptions body + separated footer action bar, beside a StatCard summary row. * No hand-rolled panels; every surface is a real @godxjp/ui component. */ const sections: SidebarSectionProp[] = [ { label: "会計", items: [ { id: "dashboard", label: "ダッシュボード", icon: LayoutDashboard }, { id: "journal", label: "仕訳", icon: FileText }, { id: "invoices", label: "請求書", icon: ReceiptText }, { id: "partners", label: "取引先", icon: BookOpen }, ], }, { label: "管理", items: [{ id: "users", label: "ユーザー", icon: Users }] }, ]; export default function Demo() { return ( {}} product={{ name: "CoreBooks", role: "管理コンソール", color: "hsl(var(--primary))" }} /> } topbar={ C } /> } > 承認待ち} > 明細 4月分 受注 株式会社ベトヤ 売掛金 / 売上高 ¥438,182 ¥43,818 ¥482,000 INV-2024-0312 / 4月分 ); }