import { TrkSectionHeader, Trk } from '../lib/Trk'; import { PageContainer, PageHeader, Section } from '@shared/components/layout'; import { Button } from '@shared/components/ui/button'; import { Input } from '@shared/components/ui/input'; import { Shield, BarChart3, Plus, Search } from 'lucide-react'; export function LayoutSection() { return ( <> {/* PageContainer */}

PageContainer

fullBleed: 가장자리까지 콘텐츠 (LiveMapView / VesselDetail 패턴)
{/* PageHeader */}

PageHeader

} />
{/* Section */}

Section (Card 단축)

동해 23건
서해 12건
전체 보기 } >
이벤트 3건
{/* 전체 조합 예시 */}

전체 조합 예시

{`import { PageContainer, PageHeader, Section } from '@shared/components/layout'; import { Button } from '@shared/components/ui/button'; import { Shield, Plus } from 'lucide-react'; export function AccessControlPage() { return ( }> 역할 추가 } />
); }`}
); }