Section progress indicator with dots.
npx chaos add progress-dotsimport { ProgressDots } from '@/components/chaos/navigation/progress-dots';
const items = [
{ id: 'intro', label: 'INTRO', href: '#intro' },
{ id: 'features', label: 'FEATURES', href: '#features' },
{ id: 'contact', label: 'CONTACT', href: '#contact' },
];
<ProgressDots items={items} activeId="features" />