Geological layer section with jagged edges, depth indicator, and pattern overlays.
npx chaos add strata-sectionimport { StrataSection } from '@oalacea/chaosui/layout/strata-section';
<StrataSection
depth={450}
color="#8b8680"
pattern="lines"
title="CRETACEOUS"
description="Ancient seabed layer"
stats={[
{ label: 'Age', value: '145M years' },
{ label: 'Depth', value: '450m' }
]}
/>