Vertical progress bar showing depth/scroll position with real-time updates.
npx chaos add depth-indicatorimport { DepthIndicator } from '@oalacea/chaosui/display/depth-indicator';
<DepthIndicator
currentDepth={450}
minDepth={0}
maxDepth={1000}
unit="m"
position="right"
/>